Apply isort to freqtrade codebase

This commit is contained in:
Matthias
2020-09-28 19:39:41 +02:00
parent 201e714343
commit 253b7b763e
77 changed files with 188 additions and 160 deletions

View File

@@ -11,6 +11,7 @@ exclude =
[isort]
line_length=100
multi_line_output=0
lines_after_imports=2
[mypy]
ignore_missing_imports = True