1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

EDMCLogging: Fix import order

This commit is contained in:
Athanasius 2021-08-13 15:22:35 +01:00
parent 7149f7e792
commit 82ab72a655
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -42,12 +42,12 @@ import os
import pathlib
import tempfile
from contextlib import suppress
from fnmatch import fnmatch
# 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 traceback import print_exc
from typing import TYPE_CHECKING, Tuple, cast
from fnmatch import fnmatch
import config as config_mod
from config import appcmdname, appname, config