removed unnecessary import

This commit is contained in:
navjot 2020-09-23 22:42:40 +05:30
parent 263711a4d3
commit 1ec0bd4c42
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 messagetypes.message
import messagetypes.vote
import message
import vote
else:
for mod in listdir(path.dirname(__file__)):
if mod == "__init__.py":