We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77067f6 commit e3dce5aCopy full SHA for e3dce5a
src/pynwb/__init__.py
@@ -273,6 +273,8 @@ def export(self, **kwargs):
273
from . import ophys # noqa: F401,E402
274
from . import retinotopy # noqa: F401,E402
275
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
278
279
from ._version import get_versions # noqa: E402
280
__version__ = get_versions()['version']
0 commit comments