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

Commite67e458

Browse files
SjordByron
authored andcommitted
Specify type for PushInfoList.error
1 parent8797904 commite67e458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def __new__(cls) -> 'PushInfoList':
123123

124124
def__init__(self)->None:
125125
super().__init__('push_infos')
126-
self.error=None
126+
self.error:Optional[Exception]=None
127127

128128
defraise_if_error(self)->None:
129129
"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp