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 19, 2024
1 parent 5dfbd80 commit def9cca
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 def9cca

Please sign in to comment.