Skip to content

Commit e13cf26

Browse files
committed
apply minorfix
1 parent e66e307 commit e13cf26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/arrays/string_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from __future__ import annotations
22

3+
from collections.abc import KeysView
34
import operator
45
import re
56
from typing import (
67
TYPE_CHECKING,
78
Union,
89
)
9-
from collections.abc import KeysView
1010
import warnings
1111

1212
import numpy as np

pandas/core/construction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
from __future__ import annotations
99

10+
from collections.abc import KeysView
1011
from typing import (
1112
TYPE_CHECKING,
1213
cast,
1314
overload,
1415
)
15-
from collections.abc import KeysView
1616

1717
import numpy as np
1818
from numpy import ma

0 commit comments

Comments
 (0)