Browse Source

Tiny pep8 fix

dstromberg 13 năm trước cách đây
mục cha
commit
efb15657e8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      bloom_filter_mod.py

+ 1 - 0
bloom_filter_mod.py

@@ -67,6 +67,7 @@ def my_range(num_values):
 
 
 if HAVE_MMAP:
+
 	class Mmap_backend:
 		'''
 		Backend storage for our "array of bits" using an mmap'd file.