Skip to content

Commit

Permalink
typing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Feb 16, 2024
1 parent e312866 commit 5868939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/utils/udfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def _matches(
idx: int,
*,
opnames: list[AbstractSet[str]],
argvals: list[AbstractSet[Any] | dict[Any, Any]] | None,
argvals: list[AbstractSet[Any] | dict[Any, Any] | None] | None,
) -> list[Instruction]:
"""
Check if a sequence of Instructions matches the specified ops/argvals.
Expand Down

0 comments on commit 5868939

Please sign in to comment.