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 Aug 1, 2024
1 parent 1ebf82c commit 8f6f611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babi/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def __iter__(self) -> _SearchIter:
return self

def calc_past_original_offset(
self, y: int, match: Match[str], replacement: str
self, y: int, match: Match[str], replacement: str,
) -> None:
if not self.wrapped or y != self._start_y:
return
Expand Down

0 comments on commit 8f6f611

Please sign in to comment.