Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 28, 2023
1 parent 4c31d48 commit 7b74004
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ def _get_possible_lookaheads(self) -> list[int]:
Will mean that no rows satisfy the criteria.
"""
outcome_col_names = infer_outcome_col_name(
df=self.train_df, allow_multiple=True, prefix=self.cfg.data.outc_prefix,
df=self.train_df,
allow_multiple=True,
prefix=self.cfg.data.outc_prefix,
)

potential_lookaheads: list[int] = [
Expand Down

0 comments on commit 7b74004

Please sign in to comment.