1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 01:59:17 +00:00

fix R0402

This commit is contained in:
deadc0de6
2021-07-01 22:19:41 +02:00
parent a045b18451
commit 5c886ba2b0
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 = '{%@@'