1
0
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:
A_D 2021-05-10 15:34:02 +02:00
parent 5fea307fd7
commit 71f2246cf4
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

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