1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix isort

This commit is contained in:
checktheroads
2020-01-05 00:28:54 -07:00
parent 2bc84ebc3d
commit 375e14e1b1

View File

@ -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