Browse Source

Several pylint fixes. Added .ropeproject to clean rule

dstromberg 8 years ago
parent
commit
15acacf8d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bloom_filter_mod.py

+ 0 - 1
bloom_filter_mod.py

@@ -603,4 +603,3 @@ class Bloom_filter(object):
         return True
 
         #return all(self.array_[i] & mask for i, mask in self.probe_bitnoer(self, key))
-