dstromberg преди 9 години
родител
ревизия
95fe1bf5c8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      bloom_filter_mod.py

+ 1 - 1
bloom_filter_mod.py

@@ -1,5 +1,5 @@
 
-# pylint: disable=superfluous-parens
+# pylint: disable=superfluous-parens,redefined-variable-type
 # superfluous-parens: Sometimes extra parens are more clear
 
 '''Bloom Filter: Probabilistic set membership testing for large sets'''