# HG changeset patch # User Augie Fackler # Date 2017-09-30 11:45:07 # Node ID 86f3c9760cc4b5d604ca6a8def0083fb1d8cf732 # Parent 6b724caa878dbcddc4d1b467614384fc82ac7dad patch: remove superfluous pass statements diff --git a/mercurial/patch.py b/mercurial/patch.py --- a/mercurial/patch.py +++ b/mercurial/patch.py @@ -442,7 +442,6 @@ class abstractbackend(object): which failed to apply and total the total number of hunks for this files. """ - pass def exists(self, fname): raise NotImplementedError