cleanup/minor

This commit is contained in:
2025-03-12 09:37:44 -04:00
parent 685ac5f2f6
commit 97808e388f
7 changed files with 10 additions and 12 deletions

2
api.py
View File

@ -43,7 +43,7 @@ class API:
def __init__():
import util # pylint: disable=redefined-outer-name, reimported, import-outside-toplevel
import util
importlib.reload(util)
__init__()