Skip to content

Commit 0600234

Browse files
committed
pep8
1 parent 617e216 commit 0600234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neo/test/iotest/test_kwikio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from neo.test.iotest.common_io_test import BaseTestIO
1515

1616

17-
@unittest.skipUnless( HAVE_KWIK, "requires klusta")
17+
@unittest.skipUnless(HAVE_KWIK, "requires klusta")
1818
class TestKwikIO(BaseTestIO, unittest.TestCase):
1919
ioclass = kwikio.KwikIO
2020
entities_to_download = [

neo/test/iotest/test_neomatlabio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
try:
1616
import scipy.io
1717
HAVE_SCIPY = True
18-
except:
18+
except ImportError:
1919
HAVE_SCIPY = False
2020

2121

0 commit comments

Comments
 (0)