From 8aa0337ff45cae22d1d34b99ea87b76452b55f7e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 7 Apr 2021 17:00:51 +0100 Subject: [PATCH] Small imports tidy up. --- hotkey.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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