1
0
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:
norohind 2021-08-12 19:36:27 +03:00
parent 043fd4d826
commit e82abc8f03
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

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