exchange: remove superfluous pass statements

This commit is contained in:
Augie Fackler 2017-09-30 07:43:53 -04:00
parent 74971085d5
commit c4411f7b18

View File

@ -1417,7 +1417,6 @@ def _pullbundle2(pullop):
def _pullbundle2extraprepare(pullop, kwargs):
"""hook function so that extensions can extend the getbundle call"""
pass
def _pullchangeset(pullop):
"""pull changeset from unbundle into the local repo"""