forked from mirrors/thatmattlove-hyperglass
fix isort
This commit is contained in:
parent
2bc84ebc3d
commit
375e14e1b1
1 changed files with 3 additions and 3 deletions
|
|
@ -23,6 +23,6 @@ max-complexity=10
|
|||
line_length = 88
|
||||
indent = ' '
|
||||
force_single_line = true
|
||||
import_heading_stdlib = "Standard Library Imports"
|
||||
import_heading_thirdparty = "Third Party Imports"
|
||||
import_heading_firstparty = "Project Imports"
|
||||
import_heading_stdlib = Standard Library Imports
|
||||
import_heading_thirdparty = Third Party Imports
|
||||
import_heading_firstparty = Project Imports
|
||||
Loading…
Add table
Reference in a new issue