remove unused imports
This commit is contained in:
parent
fa8b595dba
commit
975388665a
@ -13,13 +13,11 @@ import botconfig
|
|||||||
from tools.wolfgamelogger import WolfgameLogger
|
from tools.wolfgamelogger import WolfgameLogger
|
||||||
from tools import decorators
|
from tools import decorators
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from operator import itemgetter
|
|
||||||
import threading
|
import threading
|
||||||
import random
|
import random
|
||||||
import copy
|
import copy
|
||||||
import time
|
import time
|
||||||
import re
|
import re
|
||||||
import logging
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import imp
|
import imp
|
||||||
|
Loading…
Reference in New Issue
Block a user