mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 19:34:17 +00:00
fix R0402
This commit is contained in:
@@ -12,7 +12,7 @@ import shutil
|
|||||||
# local imports
|
# local imports
|
||||||
from dotdrop.logger import Logger
|
from dotdrop.logger import Logger
|
||||||
from dotdrop.linktypes import LinkTypes
|
from dotdrop.linktypes import LinkTypes
|
||||||
import dotdrop.utils as utils
|
from dotdrop import utils
|
||||||
from dotdrop.exceptions import UndefinedException
|
from dotdrop.exceptions import UndefinedException
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ from jinja2.exceptions import UndefinedError
|
|||||||
|
|
||||||
|
|
||||||
# local imports
|
# local imports
|
||||||
import dotdrop.utils as utils
|
from dotdrop import utils
|
||||||
|
from dotdrop import jhelpers
|
||||||
from dotdrop.logger import Logger
|
from dotdrop.logger import Logger
|
||||||
import dotdrop.jhelpers as jhelpers
|
|
||||||
from dotdrop.exceptions import UndefinedException
|
from dotdrop.exceptions import UndefinedException
|
||||||
|
|
||||||
BLOCK_START = '{%@@'
|
BLOCK_START = '{%@@'
|
||||||
|
|||||||
Reference in New Issue
Block a user