Commit bdf9c499 by Aarni Koskela

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

This re-stabilizes sorting after upgrading to 4.2.2.
parent 45c66dae
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
skip=.tox skip=.tox
atomic=true atomic=true
multi_line_output=5 multi_line_output=5
known_standard_library=types
known_third_party=pytest,django known_third_party=pytest,django
known_first_party=rest_framework known_first_party=rest_framework
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment