Fix all flake8 errors in all python files (+ edit configuration files).

This commit is contained in:
Davide Casale
2024-02-27 17:24:47 +01:00
parent 2344d44aa0
commit 5543b0b1d2
11 changed files with 33 additions and 32 deletions

View File

@@ -1,7 +1,6 @@
import sys
from copy import copy
from logging import *
from logging import FileHandler, Formatter, Logger, LogRecord, StreamHandler
from typing import TYPE_CHECKING, Literal, Optional
if TYPE_CHECKING: