Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82b60ab

Browse files
committed
Change Popen to forwardref
1 parentc5c6907 commit82b60ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/util.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class ProcessStreamAdapter(object):
262262
it if the instance goes out of scope."""
263263
__slots__= ("_proc","_stream")
264264

265-
def__init__(self,process:Popen,stream_name:str):
265+
def__init__(self,process:'Popen',stream_name:str):
266266
self._proc=process
267267
self._stream=getattr(process,stream_name)
268268

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp