8000
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 c398d79 commit fc7a521Copy full SHA for fc7a521
git/remote.py
@@ -130,7 +130,7 @@ def to_progress_instance(
130
return progress
131
132
133
-class PushInfo(IterableObj, object):
+class PushInfo(IterableObj):
134
"""
135
Carries information about the result of a push operation of a single head::
136
@@ -300,7 +300,7 @@ def raise_if_error(self) -> None:
300
raise self.error
301
302
303
-class FetchInfo(IterableObj, object):
+class FetchInfo(IterableObj):
304
305
Carries information about the results of a fetch operation of a single head::
306
0 commit comments