pylint happy
This commit is contained in:
parent
60ef42f98a
commit
0470e20cbb
@ -18,7 +18,7 @@ import traceback
|
|||||||
sys.setrecursionlimit(10**6) # this should prevents bots from stopping
|
sys.setrecursionlimit(10**6) # this should prevents bots from stopping
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logger = logging.basicConfig(filename='out.log', level='ERROR')
|
logging.basicConfig(filename='out.log', level='ERROR')
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
Metrics.init()
|
Metrics.init()
|
||||||
|
Loading…
Reference in New Issue
Block a user