Browse Source

A pylint change

dstromberg 9 năm trước cách đây
mục cha
commit
95fe1bf5c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'''