Skip to content

Commit 788fc5b

Browse files
fixed import sorting
1 parent e7ae7b5 commit 788fc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/json/_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import functools
21
from collections import OrderedDict
2+
import functools
33
from io import StringIO
44
from itertools import islice
55
import os

0 commit comments

Comments
 (0)