fixed SkipList.finalize's arguments causing pylint warnings
[p2pool.git] / p2pool / util / skiplist.py
index d913128..e9e36c2 100644 (file)
@@ -55,5 +55,5 @@ class SkipList(object):
             for x in updates:
                 updates[x] = updates[x][0], self.combine_deltas(updates[x][1], delta) if updates[x][1] is not None else delta
     
-    def finalize(self, sol):
+    def finalize(self, sol, args):
         return sol