Skip to content

Commit 4e6f4a6

Browse files
committed
Fix isort settings
1 parent 237531c commit 4e6f4a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.isort.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
line_length=80
33
indent=' '
44
multi_line_output=4
5-
default_section=FIRSTPARTY
6-
known_firstparty=readthedocs,readthedocsinc
7-
known_third_party=celery,stripe,requests,pytz,builtins,django,annoying,mock,allauth,oauthlib,requests_oauthlib,readthedocs_build
5+
default_section=THIRDPARTY
6+
known_first_party=readthedocs,readthedocsinc
7+
known_third_party=mock
88
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
99
add_imports=from __future__ import division, from __future__ import print_function, from __future__ import unicode_literals

0 commit comments

Comments
 (0)