Skip to content

Commit 41e7dcb

Browse files
Update specialize.py
1 parent ef20c45 commit 41e7dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/specialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def translate_isinstance(builder: IRBuilder, expr: CallExpr, callee: RefExpr) ->
659659
# we can compile this case to a noop
660660
return builder.false()
661661

662-
nodes: list[SymbolNode | None] = []
662+
nodes: list[str] = []
663663
for item in type_expr.items:
664664
if not isinstance(item, RefExpr):
665665
return None

0 commit comments

Comments
 (0)