Browse Source

Tiny pep8 fix

dstromberg 13 years ago
parent
commit
efb15657e8
1 changed files with 1 additions and 0 deletions
  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.