Skip to content

Commit

Permalink
fix(population): lint noqa A003 not used [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDelatte committed Jan 17, 2024
1 parent a1e79d3 commit 651a729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skfolio/population/_population.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def non_denominated_sort(self, first_front_only: bool = False) -> list[list[int]
)
return fronts

def filter( # noqa: A003
def filter(
self, names: skt.Names | None = None, tags: skt.Tags | None = None
) -> "Population":
"""Filter the Population of portfolios by names and tags.
Expand Down

0 comments on commit 651a729

Please sign in to comment.