Remove some unused imports

This commit is contained in:
Andrej730
2026-02-05 12:20:06 +05:00
parent 34ffaea2c9
commit ff3933a117
260 changed files with 113 additions and 687 deletions
+5
View File
@@ -0,0 +1,5 @@
[tool.ruff]
extend = "../pyproject.toml"
lint.ignore = [
"F401", # unused imports
]