Fix/ignore all remaining errors.

This commit is contained in:
L. Kärkkäinen
2023-10-25 02:03:44 +01:00
parent 9ae25e6744
commit ec35f5f2c8
5 changed files with 8 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ import sys
root_directory = os.path.dirname(os.getcwd())
sys.path.insert(0, root_directory)
import sanic
import sanic # noqa: E402
# -- General configuration ------------------------------------------------