changeset 34377:a14642bdf364

localrepo: remove superfluous pass statements
author Augie Fackler <augie@google.com>
date Sat, 30 Sep 2017 07:44:34 -0400
parents 4741428606ed
children acabbc5ccd24
files mercurial/localrepo.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Sat Sep 30 07:44:20 2017 -0400
+++ b/mercurial/localrepo.py	Sat Sep 30 07:44:34 2017 -0400
@@ -2181,7 +2181,6 @@
         to be performed before pushing, or call it if they override push
         command.
         """
-        pass
 
     @unfilteredpropertycache
     def prepushoutgoinghooks(self):