fixed flake8 code quality issue
This commit is contained in:
parent
1ec0bd4c42
commit
ec922adb36
|
@ -39,8 +39,8 @@ def constructObject(data):
|
||||||
|
|
||||||
|
|
||||||
if paths.frozen is not None:
|
if paths.frozen is not None:
|
||||||
import message
|
import message # noqa : F401 flake8: disable=unused-import
|
||||||
import vote
|
import vote # noqa : F401 flake8: disable=unused-import
|
||||||
else:
|
else:
|
||||||
for mod in listdir(path.dirname(__file__)):
|
for mod in listdir(path.dirname(__file__)):
|
||||||
if mod == "__init__.py":
|
if mod == "__init__.py":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user