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 12, 2024
1 parent 75dd831 commit 7cbb5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def _read_file_lines_in_range(
line_start: int = 0,
line_end: int = -1,
encoding: str = "utf-8",
) -> Generator[str, None, None]:
) -> Generator[str]:
path = _get_path(path)
line_start_negative = line_start < 0
line_end_negative = line_end < 0
Expand Down

0 comments on commit 7cbb5d4

Please sign in to comment.