Skip to content

Commit

Permalink
pandas.read_json wants StringIO-wrapped strings
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Sep 17, 2023
1 parent 2044f89 commit c415990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfit/jsonutils.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""JSON utilities."""

from base64 import b64decode, b64encode
from io import StringIO
import sys
import warnings
from io import StringIO

import numpy as np
import uncertainties
Expand Down

0 comments on commit c415990

Please sign in to comment.