Skip to content

Commit

Permalink
Remove redundant overload
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Sep 27, 2024
1 parent 23728bd commit 3369454
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions giatools/pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ def find_column(df: pd.DataFrame, candidates: Iterable[str]) -> str: ... # type
except ImportError:
pd = None

@overload
def find_column(df: Any, candidates: Iterable[str]) -> str: ...


def find_column(df: Any, candidates: Iterable[str]) -> str:
"""
Expand Down

0 comments on commit 3369454

Please sign in to comment.