Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Oct 21, 2024
1 parent 73eb553 commit 3aa6f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions julearn/transformers/dataframe/filter_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def __init__(

def _fit(
self,
X: pd.DataFrame,
y: Optional[DataLike] = None, # noqa: N803
X: pd.DataFrame, # noqa: N803
y: Optional[DataLike] = None,
) -> "FilterColumns":
"""Fit the transformer.
Expand Down

0 comments on commit 3aa6f3e

Please sign in to comment.