Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jan 19, 2023
1 parent a0c353e commit dababb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pynwb/testing/testh5io.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,4 @@ def validate(self):
with NWBHDF5IO(self.filename, mode='r') as io:
errors = pynwb_validate(io)
if errors:
raise Exception("\n".join(errors))
raise Exception("\n".join(errors))
1 change: 0 additions & 1 deletion tests/integration/hdf5/test_nwbfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from pynwb.epoch import TimeIntervals
from pynwb.ecephys import ElectricalSeries
from pynwb.testing import NWBH5IOMixin, NWBH5IOFlexMixin, TestCase, remove_test_file
from pynwb.testing.mock.file import mock_NWBFile


class TestNWBFileHDF5IO(TestCase):
Expand Down

0 comments on commit dababb1

Please sign in to comment.