]> git.parisson.com Git - timeside.git/commitdiff
Fix some pep8 warnings
authorThomas Fillon <thomas@parisson.com>
Thu, 20 Mar 2014 19:35:29 +0000 (20:35 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 20 Mar 2014 19:35:29 +0000 (20:35 +0100)
timeside/decoder/utils.py

index cf9e21426c212ea8cc6e88697025f9ec4c72493b..a776e15d53d41b60f2b30f53171d27f7251ad3ea 100644 (file)
@@ -231,7 +231,7 @@ def sha1sum_numpy(np_array):
 
 import os
 DOCTEST_ALIAS = {'wav_file': os.path.join(os.path.dirname(__file__),
-                                           '../../tests/samples/guitar.wav')}
+                                          '../../tests/samples/guitar.wav')}
 
 if __name__ == "__main__":
     import doctest