fixed move · pandas-dev/pandas@ce1a3c6 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit ce1a3c6

File tree

4 files changed

lines changed

4 files changed

lines changed

File renamed without changes.

File renamed without changes.

File renamed without changes.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1 -from .array import JSONArray, JSONDtype
1 +from .array import JSONArray, JSONDtype, make_data
2 2
3 -__all__ = ['JSONArray', 'JSONDtype']
3 +__all__ = ['JSONArray', 'JSONDtype', 'make_data']