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

Appearance settings

Commit fc7a521

Browse filesBrowse files
committed
Remove explicit PushInfo/FetchInfo inheritance from object
I had missed these in f78587f (gitpython-developers#1725).
1 parent c398d79 commit fc7a521
Copy full SHA for fc7a521

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎git/remote.py

Copy file name to clipboardExpand all lines: git/remote.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def to_progress_instance(
130130
return progress
131131

132132

133-
class PushInfo(IterableObj, object):
133+
class PushInfo(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
raise self.error
301301

302302

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.