Skip to content

Commit

Permalink
fixed import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
SaturnFromTitan committed Nov 15, 2019
1 parent 284ca1e commit 69a71ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/json/_json.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import functools
from collections import OrderedDict
import functools
from io import StringIO
from itertools import islice
import os
Expand Down

0 comments on commit 69a71ac

Please sign in to comment.