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

removed trace_on imports

This commit is contained in:
A_D 2021-08-12 16:49:27 +02:00
parent fefa3d351d
commit 05e6838637
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ from typing import Tuple
if TYPE_CHECKING:
import tkinter
import config as conf_module # Necessary to see the same config.trace_on as elsewhere
import util_ships
from config import config
from edmc_data import edmc_suit_shortnames, edmc_suit_symbol_localised

View File

@ -23,7 +23,7 @@ import killswitch
import myNotebook as nb # noqa: N813
import plug
from companion import CAPIData
from config import applongname, appversion, config, debug_senders, trace_on
from config import applongname, appversion, config, debug_senders
from edmc_data import DEBUG_WEBSERVER_HOST, DEBUG_WEBSERVER_PORT
from EDMCLogging import get_main_logger
from ttkHyperlinkLabel import HyperlinkLabel