Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
saldanhad committed Oct 5, 2024
1 parent ba44d87 commit c7cc6db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/core/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from __future__ import annotations

import functools as ft
from typing import (
TYPE_CHECKING,
final,
Expand Down Expand Up @@ -116,8 +117,6 @@ def _setter(self, new_values):
doc=getattr(delegate, accessor_mapping(name)).__doc__,
)

import functools as ft

def _create_delegator_method(name: str):
method = getattr(delegate, accessor_mapping(name))

Expand Down

0 comments on commit c7cc6db

Please sign in to comment.