From 70a4e8af7d53ad1743d9b721f74aca8e1a91903f Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 14 May 2014 14:59:36 +0200 Subject: [PATCH] Fix PEP8 --- timeside/decoder/array.py | 1 + 1 file changed, 1 insertion(+) 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""" -- 2.39.5