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:
parent
7149f7e792
commit
82ab72a655
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user