##// END OF EJS Templates
patch: remove superfluous pass statements
Augie Fackler -
r34379:86f3c976 default
parent child Browse files
Show More
@@ -442,7 +442,6 b' class abstractbackend(object):'
442 which failed to apply and total the total number of hunks for this
442 which failed to apply and total the total number of hunks for this
443 files.
443 files.
444 """
444 """
445 pass
446
445
447 def exists(self, fname):
446 def exists(self, fname):
448 raise NotImplementedError
447 raise NotImplementedError
General Comments 0
You need to be logged in to leave comments. Login now