From 71f2246cf41494a7257813b1586418e34609bc95 Mon Sep 17 00:00:00 2001 From: A_D Date: Mon, 10 May 2021 15:34:02 +0200 Subject: [PATCH] Missed an import --- EDMCLogging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMCLogging.py b/EDMCLogging.py index 4aa3d0c7..3376cbbe 100644 --- a/EDMCLogging.py +++ b/EDMCLogging.py @@ -45,8 +45,8 @@ from contextlib import suppress # So that any warning about accessing a protected member is only in one place. from sys import _getframe as getframe from threading import get_native_id as thread_native_id -from typing import TYPE_CHECKING, Tuple, cast from traceback import print_exc +from typing import TYPE_CHECKING, Tuple, cast from config import appcmdname, appname, config