mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Missed an import
This commit is contained in:
parent
5fea307fd7
commit
71f2246cf4
@ -45,8 +45,8 @@ from contextlib import suppress
|
||||
# So that any warning about accessing a protected member is only in one place.
|
||||
from sys import _getframe as getframe
|
||||
from threading import get_native_id as thread_native_id
|
||||
from typing import TYPE_CHECKING, Tuple, cast
|
||||
from traceback import print_exc
|
||||
from typing import TYPE_CHECKING, Tuple, cast
|
||||
|
||||
from config import appcmdname, appname, config
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user