diff options
-rw-r--r-- | git/remote.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/git/remote.py b/git/remote.py index e7b3579b..23337a9c 100644 --- a/git/remote.py +++ b/git/remote.py @@ -75,8 +75,7 @@ def to_progress_instance(progress): return RemoteProgress() # assume its the old API with an instance of RemoteProgress. - else: - return progress + return progress class PushInfo(object): |