mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix isort
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user