Fix possibly incorrect isort config

This commit is contained in:
David Sanders 2018-06-04 18:40:58 -06:00
parent 28787fe9f6
commit 0088da3781
No known key found for this signature in database
GPG Key ID: 87A8D53EF6038397
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ envlist=
combine_as_imports=True
force_sort_within_sections=True
include_trailing_comma=True
known_standard_library=pytest
known_third_party=hypothesis,pytest
known_first_party=<MODULE_NAME>
line_length=21
multi_line_output=3