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 c5c6907 commit 82b60abCopy full SHA for 82b60ab
git/objects/util.py
@@ -262,7 +262,7 @@ class ProcessStreamAdapter(object):
262
it if the instance goes out of scope."""
263
__slots__ = ("_proc", "_stream")
264
265
- def __init__(self, process: Popen, stream_name: str):
+ def __init__(self, process: 'Popen', stream_name: str):
266
self._proc = process
267
self._stream = getattr(process, stream_name)
268
0 commit comments