Skip to content

Commit dda49ff

Browse files
committed
fix: mypy errs
1 parent 3208af0 commit dda49ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/misc_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
)
194194

195195
# bool(dict) custom_op
196-
dict_is_true_op = function_op(
196+
dict_is_true_op = custom_op(
197197
arg_types=[true_dict_rprimitive],
198198
return_type=bit_rprimitive,
199199
c_function_name="CPyDict_IsTrue",

0 commit comments

Comments
 (0)