Skip to content
Snippets Groups Projects
Commit 65362ddf authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Fix typecheck note for match args of PsConstantFunction

parent c0af39ae
No related branches found
No related tags found
1 merge request!438Reduction Support
Pipeline #78437 failed
......@@ -163,7 +163,7 @@ class PsConstantFunction(PsFunction):
and will be broadcast by the vectorizer.
"""
__match_args__ = ("func,")
__match_args__ = ("func",)
def __init__(
self, func: ConstantFunctions, dtype: PsNumericType | None = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment