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

Moved comment to correct place

This commit is contained in:
A_D 2020-12-02 16:03:43 +02:00
parent 977e62188a
commit 9ec03008ce
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -14,10 +14,10 @@ from typing import TYPE_CHECKING, Any, Optional
# isort: off
# See EDMCLogging.py docs.
# workaround for https://github.com/EDCD/EDMarketConnector/issues/568
os.environ["EDMC_NO_UI"] = "1"
# See EDMCLogging.py docs.
# workaround for https://github.com/EDCD/EDMarketConnector/issues/568
from EDMCLogging import edmclogger, logger, logging
if TYPE_CHECKING: