Import cleanup
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import builtins
|
||||
import threading
|
||||
|
||||
# Python imports
|
||||
import builtins
|
||||
import threading
|
||||
|
||||
# Lib imports
|
||||
|
||||
@@ -14,6 +12,7 @@ from utils.settings import Settings
|
||||
|
||||
|
||||
|
||||
|
||||
# NOTE: Threads WILL NOT die with parent's destruction.
|
||||
def threaded_wrapper(fn):
|
||||
def wrapper(*args, **kwargs):
|
||||
|
Reference in New Issue
Block a user