fixed flake8 code quality issue

This commit is contained in:
navjot 2020-09-24 16:39:58 +05:30
parent 1ec0bd4c42
commit ec922adb36
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
1 changed files with 2 additions and 2 deletions

View File

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