3
0

order imports with isort

This commit is contained in:
2023-11-15 11:22:00 +01:00
parent 0f45f89211
commit 09ddea939c
11 changed files with 5 additions and 11 deletions
-1
View File
@@ -6,7 +6,6 @@ import os.path
import yaml
_cached_config: Config | None = None
_logger = logging.getLogger(__name__)