Some tidying
[cipher-tools.git] / language_models.py
index a6a711f1562d8c70f091165fa15330a825a48559..d9757879f4c40a5e93371ced8f7c681509f3384d 100644 (file)
@@ -7,8 +7,6 @@ import itertools
 from math import log10
 import os 
 
-
-
 def datafile(name, sep='\t'):
     """Read key,value pairs from file.
     """