Skip to content

Commit 67cd182

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3e2f77b commit 67cd182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsutil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ def _read_file_lines_in_range(
10451045
line_start: int = 0,
10461046
line_end: int = -1,
10471047
encoding: str = "utf-8",
1048-
) -> Generator[str, None, None]:
1048+
) -> Generator[str]:
10491049
path = _get_path(path)
10501050
line_start_negative = line_start < 0
10511051
line_end_negative = line_end < 0

0 commit comments

Comments
 (0)