Import cleanup

This commit is contained in:
2023-01-29 00:06:52 -06:00
parent bd6076b4e7
commit b8306a9c4d
12 changed files with 25 additions and 16 deletions

View File

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