Skip to content

Commit

Permalink
Add useful imports for users from HDMF (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 26, 2020
1 parent 77067f6 commit e3dce5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pynwb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ def export(self, **kwargs):
from . import ophys # noqa: F401,E402
from . import retinotopy # noqa: F401,E402
from . import legacy # noqa: F401,E402
from hdmf.data_utils import DataChunkIterator # noqa: F401,E402
from hdmf.backends.hdf5 import H5DataIO # noqa: F401,E402

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

0 comments on commit e3dce5a

Please sign in to comment.