Skip to content

Commit fcb5983

Browse files
author
Thinh Nguyen
committed
'enable_python_native_blobs' = True
1 parent 2adf2e0 commit fcb5983

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

element_array_ephys/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
__author__ = "DataJoint NEURO"
2-
__date__ = "December 15, 2020"
3-
__version__ = "0.0.1"
1+
import datajoint as dj
42

5-
__all__ = ['__author__', '__version__', '__date__']
3+
dj.config['enable_python_native_blobs'] = True

0 commit comments

Comments
 (0)