Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 16, 2024
1 parent 1fc164e commit e7417ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reorder_python_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def partition_source(src: str) -> tuple[str, list[str], str, str]:
elif s.isspace():
tp = CodeType.NON_CODE
else:
tp = CodeType.CODE
tp = CodeType.CODE

chunks.append((tp, s))
elif pre_import and token_type is Tok.STRING:
Expand Down

0 comments on commit e7417ba

Please sign in to comment.