Skip to content

Commit c7cc6db

Browse files
committed
update imports
1 parent ba44d87 commit c7cc6db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/accessor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from __future__ import annotations
99

10+
import functools as ft
1011
from typing import (
1112
TYPE_CHECKING,
1213
final,
@@ -116,8 +117,6 @@ def _setter(self, new_values):
116117
doc=getattr(delegate, accessor_mapping(name)).__doc__,
117118
)
118119

119-
import functools as ft
120-
121120
def _create_delegator_method(name: str):
122121
method = getattr(delegate, accessor_mapping(name))
123122

0 commit comments

Comments
 (0)