Skip to content

Commit 3b977ab

Browse files
committed
fixed minor issue
1 parent 6f54206 commit 3b977ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/string_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import (
66
TYPE_CHECKING,
77
Union,
8-
KeysView, #Bug fix to handle dict_keys type explicitely
8+
KeysView,
99
)
1010
import warnings
1111

0 commit comments

Comments
 (0)