backend_test.py

remove scipy.sparse as it doesn't appear to be utilized in this file
This commit is contained in:
Andrew Hundt
2017-12-06 19:55:05 -05:00
committed by GitHub
parent a4cd7fa245
commit a4134f27e5
@@ -1,7 +1,6 @@
import pytest
from numpy.testing import assert_allclose
import numpy as np
import scipy.sparse as sparse
from keras import backend as K
from keras.backend import theano_backend as KTH, floatx, set_floatx, variable