Skip to content

Commit e3dce5a

Browse files
authored
Add useful imports for users from HDMF (#1287)
1 parent 77067f6 commit e3dce5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pynwb/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ def export(self, **kwargs):
273273
from . import ophys # noqa: F401,E402
274274
from . import retinotopy # noqa: F401,E402
275275
from . import legacy # noqa: F401,E402
276+
from hdmf.data_utils import DataChunkIterator # noqa: F401,E402
277+
from hdmf.backends.hdf5 import H5DataIO # noqa: F401,E402
276278

277279
from ._version import get_versions # noqa: E402
278280
__version__ = get_versions()['version']

0 commit comments

Comments
 (0)