Skip to content

Commit 3b70c95

Browse files
authored
flake8
1 parent af450b6 commit 3b70c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/form_tests/test_io_hdf5_h5tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,11 @@ def test_link_resolve(self):
438438
def setUp(self):
439439
self.path = "test_link_resolve.nwb"
440440

441-
442441
def tearDown(self):
443442
if os.path.exists(self.path):
444443
os.remove(self.path)
445444

445+
446446
class NWBHDF5IOMultiFileTest(unittest.TestCase):
447447
"""Tests for h5tools IO tools"""
448448

0 commit comments

Comments
 (0)