Removed dead code and dead depcrecated route

This commit is contained in:
Alex Janousek
2025-10-30 14:36:30 -04:00
parent 1665e52f63
commit 32f82cce91
12 changed files with 10 additions and 520 deletions

View File

@@ -1,5 +1,5 @@
[tool:pytest]
norecursedirs=node_modules bower_components
norecursedirs=node_modules
xfail_strict=true
[tool:isort]
@@ -10,4 +10,4 @@ multi_line_output = 3
[tool:flake8]
exclude = venv*,__pycache__,node_modules,cache,build
max-line-length = 120
extend_ignore=B306, W504, E203
extend_ignore=B306, W504, E203