Add `types` to isort's standard library list.

This re-stabilizes sorting after upgrading to 4.2.2.
This commit is contained in:
Aarni Koskela 2015-11-26 15:42:49 +02:00
parent 45c66dae42
commit bdf9c4997d
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
skip=.tox
atomic=true
multi_line_output=5
known_standard_library=types
known_third_party=pytest,django
known_first_party=rest_framework