Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed Unnecessary “else” after “return”
  • Loading branch information
pratik-anurag authored Oct 15, 2019
commit 33b9da7fa2bc02961b6236a49a4bfdcb1097e812
3 changes: 1 addition & 2 deletions git/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down