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

EDMarketConnector: import update needed for type checking

This commit is contained in:
Athanasius 2021-06-05 09:20:17 +01:00
parent 73ead7c4ef
commit 5acb5e6140

View File

@ -263,7 +263,7 @@ if __name__ == '__main__': # noqa: C901
# isort: off
if TYPE_CHECKING:
from logging import TRACE # type: ignore # noqa: F401 # Needed to update mypy
# import update
import update
# from infi.systray import SysTrayIcon
# isort: on