From 82ab72a655761923eed272cf71194779ae03c525 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 13 Aug 2021 15:22:35 +0100 Subject: [PATCH] EDMCLogging: Fix import order --- EDMCLogging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMCLogging.py b/EDMCLogging.py index 19dc60f6..c00b7ab9 100644 --- a/EDMCLogging.py +++ b/EDMCLogging.py @@ -42,12 +42,12 @@ import os import pathlib import tempfile from contextlib import suppress +from fnmatch import fnmatch # 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 traceback import print_exc from typing import TYPE_CHECKING, Tuple, cast -from fnmatch import fnmatch import config as config_mod from config import appcmdname, appname, config