Skip to content

Commit 7f75ce5

Browse files
committed
fix: mypy errs
1 parent a09bc0d commit 7f75ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypyc/primitives/dict_ops.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,7 @@
401401
)
402402

403403
# dict.copy() custom_op
404-
true_dict_copy_op = method_op(
405-
name="copy",
404+
true_dict_copy_op = custom_op(
406405
arg_types=[true_dict_rprimitive],
407406
return_type=true_dict_rprimitive,
408407
c_function_name="PyDict_Copy",

0 commit comments

Comments
 (0)