| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b2c3d8b commit 9f226fc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -749,7 +749,7 @@ class CatFileContentStream: | |||
| 749 | 749 | rest to ensure the underlying stream continues to work. | |
| 750 | 750 | """ | |
| 751 | 751 | ||
| 752 | - __slots__: Tuple[str, ...] = ("_stream", "_nbr", "_size") | ||
| 752 | + __slots__ = ("_stream", "_nbr", "_size") | ||
| 753 | 753 | ||
| 754 | 754 | def __init__(self, size: int, stream: IO[bytes]) -> None: | |
| 755 | 755 | self._stream = stream | |
| Back | FazBrowse Home | New Git URL |
0 commit comments