Skip to content

Commit 3a744b4

Browse files
committed
black formatting
1 parent 6ae4040 commit 3a744b4

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)