]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/interfaces.py
Remove spurious 'self' arguments that should not be included in interface declarations.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / interfaces.py
index 41b216e98b4923790a7d5e025b6e09830f3d4a7f..2446f8ae1b231944da0dc64df4511915f619de19 100644 (file)
@@ -2437,7 +2437,7 @@ class IRepairable(Interface):
 
 class IRepairResults(Interface):
     """I contain the results of a repair operation."""
-    def get_successful(self):
+    def get_successful():
         """Returns a boolean: True if the repair made the file healthy, False
         if not. Repair failure generally indicates a file that has been
         damaged beyond repair."""