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 9b574d8 commit d8eaacfCopy full SHA for d8eaacf
src/pynwb/legacy/__init__.py
@@ -1,10 +1,9 @@
1
from hdmf.utils import docval, getargs
2
from .. import get_type_map, NWBContainer
3
-from copy import deepcopy
4
from .map import ObjectMapperLegacy as ObjectMapper
5
6
7
-__TYPE_MAP = deepcopy(get_type_map())
+__TYPE_MAP = get_type_map()
8
9
# Register new ObjectMapper with the new TypeMap:
10
__TYPE_MAP.register_map(NWBContainer, ObjectMapper)
0 commit comments