Skip to content

Commit 0f7f982

Browse files
authored
fix pre-commit.ci issues
1 parent a2f5366 commit 0f7f982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ def test_read_json_lines_rangeindex():
22902290

22912291
def test_large_number():
22922292
assert (
2293-
pd.read_json(
2293+
read_json(
22942294
StringIO('["9999999999999999"]'),
22952295
orient="values",
22962296
typ="series",

0 commit comments

Comments
 (0)