Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Mar 22, 2024
1 parent ce8e413 commit 1aeffd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/hdf5/test_file_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from pynwb.testing.mock.file import mock_NWBFile
from pynwb.testing.mock.base import mock_TimeSeries


class TestFileCopy(TestCase):

def setUp(self):
Expand Down Expand Up @@ -40,4 +41,4 @@ def test_copy_file_link_timeintervals_timeseries(self):
nwb = io.read()
ts_val = nwb.trials["timeseries"][0][0]
assert isinstance(ts_val, TimeSeriesReference)
assert ts_val.timeseries is nwb.acquisition["test_ts"]
assert ts_val.timeseries is nwb.acquisition["test_ts"]

0 comments on commit 1aeffd8

Please sign in to comment.