Skip to content

Commit fd2b234

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 408576b commit fd2b234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/weakref_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
py_new_weak_ref_op = function_op(
88
name="weakref.weakref",
99
arg_types=[object_rprimitive],
10-
# TODO: how do I pass NULL as the 2nd arg?
10+
# TODO: how do I pass NULL as the 2nd arg?
1111
#extra_int_constants=[],
1212
result_type=object_rprimitive,
1313
c_function_name="PyWeakref_NewRef",

0 commit comments

Comments
 (0)