Commit eaecada7 authored by Jarek Glowacki's avatar Jarek Glowacki Committed by Tim Graham
Browse files

Fixed #26406 -- Set isort line_length.

parent e8622969
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = django
line_length = 79
multi_line_output = 5
not_skip = __init__.py