combine_as_imports = true

This commit is contained in:
Tom Hubrecht 2021-05-12 01:44:45 +02:00
parent 41752ac344
commit 54e4d28d0c

View file

@ -11,6 +11,7 @@ ignore =
[isort]
profile = black
combine_as_imports = true
known_django = django
known_first_party = authens,tests
line_length = 88