Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b30ca37

Browse files
committed
Explicitly specify known_firstparty
1 parent 5658029 commit b30ca37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.isort.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
known_mpltoolkits = mpl_toolkits
33
known_numpy = numpy
44
known_pyplot = matplotlib.pyplot
5-
sections=FUTURE,STDLIB,THIRDPARTY,NUMPY,PYPLOT,MPLTOOLKITS,FIRSTPARTY,LOCALFOLDER
5+
known_firstparty = matplotlib
6+
sections = FUTURE,STDLIB,THIRDPARTY,NUMPY,PYPLOT,MPLTOOLKITS,FIRSTPARTY,LOCALFOLDER
67
no_lines_before = PYPLOT
78
force_sort_within_sections = true

0 commit comments

Comments
 (0)