From: Thomas Fillon Date: Wed, 14 May 2014 12:59:36 +0000 (+0200) Subject: Fix PEP8 X-Git-Tag: 0.5.5~1^2~26^2~2^2^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=70a4e8af7d53ad1743d9b721f74aca8e1a91903f;p=timeside.git Fix PEP8 --- diff --git a/timeside/decoder/array.py b/timeside/decoder/array.py index d5abd4b..f5559ad 100644 --- a/timeside/decoder/array.py +++ b/timeside/decoder/array.py @@ -30,6 +30,7 @@ from timeside.decoder.core import * import numpy as np + class ArrayDecoder(Decoder): """ Decoder taking Numpy array as input"""