Skip to content

Commit cab741a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7be78ec commit cab741a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/json/_normalize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ def json_normalize(
462462
if meta is not None:
463463
_validate_meta(meta)
464464

465-
466465
def _pull_field(
467466
js: dict[str, Any], spec: list | str, extract_record: bool = False
468467
) -> Scalar | Iterable:

0 commit comments

Comments
 (0)