Skip to content

Commit ce1a3c6

Browse files
committed
fixed move
1 parent b9c7e4b commit ce1a3c6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .array import JSONArray, JSONDtype
1+
from .array import JSONArray, JSONDtype, make_data
22

3-
__all__ = ['JSONArray', 'JSONDtype']
3+
__all__ = ['JSONArray', 'JSONDtype', 'make_data']

0 commit comments

Comments
 (0)