Skip to content

Commit 02cae87

Browse files
fix mypy error
1 parent 38c5cad commit 02cae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/declarations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ class UnnamedFunctionRef:
355355
res: TypedExprDecl
356356

357357
@property
358-
def signature(self) -> FunctionSignature | SpecialFunctions:
358+
def signature(self) -> FunctionSignature:
359359
arg_types = []
360360
arg_names = []
361361
for a in self.args:

0 commit comments

Comments
 (0)