Skip to content

Commit 3d612b2

Browse files
committed
Import MutableMapping
1 parent 430dd44 commit 3d612b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/arrays/string_.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
from pandas.io.formats import printing
7373

7474
if TYPE_CHECKING:
75+
from collections.abc import MutableMapping
76+
7577
import pyarrow
7678

7779
from pandas._typing import (

0 commit comments

Comments
 (0)