ran ruff to remove unused imports

This commit is contained in:
2023-01-19 21:20:47 +00:00
parent ba2ae6cd82
commit 89b0c0862e
2 changed files with 7 additions and 8 deletions

View File

@@ -2,4 +2,9 @@
line-length = 120
[tool.isort]
profile = 'black'
profile = 'black'
line-length=120
[tool.ruff]
line-length=120
ignore = ["E402"]