Skip to content

Commit dfdf85c

Browse files
committed
Merge branch 'issue-shareMemory' of https://github.com/xaris96/pandas into issue-shareMemory
2 parents 609d867 + db746e1 commit dfdf85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def _create_mi_with_dt64tz_level():
706706
"string-python": Index(
707707
pd.array([f"pandas_{i}" for i in range(10)], dtype="string[python]")
708708
),
709-
"mixed-int-string": Index([0, "a", 1, "b", 2, "c"])
709+
"mixed-int-string": Index([0, "a", 1, "b", 2, "c"]),
710710
}
711711
if has_pyarrow:
712712
idx = Index(pd.array([f"pandas_{i}" for i in range(10)], dtype="string[pyarrow]"))

0 commit comments

Comments
 (0)