mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
inara.py: move conf_module
import to satisfy isort
This commit is contained in:
parent
043fd4d826
commit
e82abc8f03
@ -13,6 +13,7 @@ from typing import Sequence, Union, cast
|
||||
|
||||
import requests
|
||||
|
||||
import config as conf_module # Necessary to see the same config.trace_on as elsewhere
|
||||
import edmc_data
|
||||
import killswitch
|
||||
import myNotebook as nb # noqa: N813
|
||||
@ -22,7 +23,6 @@ from companion import CAPIData
|
||||
from config import applongname, appversion, config, debug_senders
|
||||
from EDMCLogging import get_main_logger
|
||||
from ttkHyperlinkLabel import HyperlinkLabel
|
||||
import config as conf_module # Necessary to see the same config.trace_on as elsewhere
|
||||
|
||||
logger = get_main_logger()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user