Skip to content

Commit 6ae4040

Browse files
committed
__all__ as strings
1 parent a29e245 commit 6ae4040

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/io/json/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from pandas.io.json._table_schema import build_table_schema
44

55
__all__ = [
6-
dumps,
7-
loads,
8-
read_json,
9-
to_json,
10-
json_normalize,
11-
build_table_schema
6+
'dumps',
7+
'loads',
8+
'read_json',
9+
'to_json',
10+
'json_normalize',
11+
'build_table_schema'
1212
]

0 commit comments

Comments
 (0)