3
0

order imports with isort

This commit is contained in:
2023-11-15 11:22:00 +01:00
parent 0f45f89211
commit 09ddea939c
11 changed files with 5 additions and 11 deletions
+3
View File
@@ -17,3 +17,6 @@ exclude = [
line-length = 120
target-version = ['py311']
exclude = '_pb2.py'
[tool.isort]
profile = "black"