Skip to content

Commit 9c568b6

Browse files
committed
BUG: fix nested meta path bug in json_normalize (GH 27220)
1 parent a1efe7e commit 9c568b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_normalize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
2-
32
import sys
3+
44
import numpy as np
55
import pytest
66

0 commit comments

Comments
 (0)