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