Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ikamensh committed Jun 17, 2023
1 parent 7558aeb commit c573f8b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/flynt/transform/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ def transform_chunk(
exc_info=True,
)
state.invalid_conversions += 1
return (
None,
False,
) # type:ignore # ideally should return one optional str
return None, False # type:ignore # should return one optional str
else:
return new_code, changed

Expand Down

0 comments on commit c573f8b

Please sign in to comment.