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:
|
||||
import message
|
||||
import vote
|
||||
import message # noqa : F401 flake8: disable=unused-import
|
||||
import vote # noqa : F401 flake8: disable=unused-import
|
||||
else:
|
||||
for mod in listdir(path.dirname(__file__)):
|
||||
if mod == "__init__.py":
|
||||
|
|
Loading…
Reference in New Issue
Block a user