Skip to content

Commit

Permalink
Expose export_spec from hdmf.spec.write for import from pynwb.spec (#…
Browse files Browse the repository at this point in the history
…1092)

* Expose export_spec from hdmf.spec.write for import from pynwb.spec

* Fix import
  • Loading branch information
rly authored Oct 16, 2019
1 parent 8e11741 commit f62f52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pynwb/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from hdmf.spec import LinkSpec, GroupSpec, DatasetSpec, SpecNamespace,\
NamespaceBuilder, AttributeSpec, DtypeSpec, RefSpec
from hdmf.spec.write import export_spec # noqa: F401
from hdmf.utils import docval, get_docval, fmt_docval_args

from . import CORE_NAMESPACE
Expand Down

0 comments on commit f62f52e

Please sign in to comment.