diff --git a/hotkey.py b/hotkey.py index 8255bcf4..ba8c4560 100644 --- a/hotkey.py +++ b/hotkey.py @@ -4,12 +4,11 @@ import pathlib import tkinter as tk from sys import platform -from typing import TYPE_CHECKING, Optional, Tuple, Union +from typing import Optional, Tuple, Union from config import config from EDMCLogging import get_main_logger - logger = get_main_logger() if platform == 'darwin': # noqa: C901