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

Commit53e7383

Browse files
committed
Remove explicit PushInfo/FetchInfo inheritance from object
I had missed these inf78587f (#1725).
1 parentd986a59 commit53e7383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def to_progress_instance(
130130
returnprogress
131131

132132

133-
classPushInfo(IterableObj,object):
133+
classPushInfo(IterableObj):
134134
"""
135135
Carries information about the result of a push operation of a single head::
136136
@@ -300,7 +300,7 @@ def raise_if_error(self) -> None:
300300
raiseself.error
301301

302302

303-
classFetchInfo(IterableObj,object):
303+
classFetchInfo(IterableObj):
304304
"""
305305
Carries information about the results of a fetch operation of a single head::
306306

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp