This commit is contained in:
Zsolt Ero
2023-12-05 21:06:29 +01:00
parent 2fbfe15b85
commit fab71939ad
11 changed files with 17 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ ignore = [
quote-style = "single"
[isort]
known-first-party = ["lib"]
known-first-party = ["ssh_lib"]
lines-after-imports = 2
[flake8-comprehensions]