Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Oct 23, 2023
1 parent fd6fc5a commit 0e185e1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/pynwb/tests/test_hed_tags.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
"""Unit and integration tests for ndx-hed."""

import numpy as np

from datetime import datetime
from dateutil.tz import tzlocal
from hdmf.common import VectorIndex
from pynwb import NWBHDF5IO, NWBFile
from pynwb.testing.mock.device import mock_Device
from pynwb.testing.mock.ecephys import mock_ElectrodeGroup, mock_ElectrodeTable
from pynwb.testing.mock.file import mock_NWBFile
from pynwb.testing import TestCase, remove_test_file, NWBH5IOFlexMixin

from hdmf.common import VectorIndex
from uuid import uuid4
from datetime import datetime
from dateutil.tz import tzlocal

from ndx_hed import HedTags, HedNWBFile

Expand Down

0 comments on commit 0e185e1

Please sign in to comment.