Explorar o código

Tiny pep8 fix

dstromberg %!s(int64=13) %!d(string=hai) anos
pai
achega
efb15657e8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.