Skip to content

Commit

Permalink
Merge pull request stratis-storage#3567 from mulkieran/isort-fixup
Browse files Browse the repository at this point in the history
isort.cfg: Do not include local designation
  • Loading branch information
mulkieran authored Mar 13, 2024
2 parents 86fe9b0 + 0f355eb commit 4a704ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ force_grid_wrap=0
use_parentheses=True
line_length=88

sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCAL,LOCALFOLDER
sections = FUTURE,STDLIB,THIRDPARTY

import_heading_future=isort: FUTURE
import_heading_stdlib=isort: STDLIB
import_heading_thirdparty=isort: THIRDPARTY
import_heading_firstparty=isort: FIRSTPARTY
import_heading_local=isort: LOCAL

0 comments on commit 4a704ae

Please sign in to comment.