We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c3d8b commit 9f226fcCopy full SHA for 9f226fc
git/cmd.py
@@ -749,7 +749,7 @@ class CatFileContentStream:
749
rest to ensure the underlying stream continues to work.
750
"""
751
752
- __slots__: Tuple[str, ...] = ("_stream", "_nbr", "_size")
+ __slots__ = ("_stream", "_nbr", "_size")
753
754
def __init__(self, size: int, stream: IO[bytes]) -> None:
755
self._stream = stream
0 commit comments