Skip to content

Commit 70ebebb

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypyc/primitives/weakref_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
new_proxy_with_callback_op = function_op(
3434
name="_weakref.proxy",
3535
arg_types=[object_rprimitive, object_rprimitive],
36-
#steals=[True, False],
36+
# steals=[True, False],
3737
return_type=object_rprimitive,
3838
c_function_name="PyWeakref_NewProxy",
3939
error_kind=ERR_MAGIC,

mypyc/test-data/fixtures/test-weakref.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ class type: ...
77
class list: ...
88
class BaseException: ...
99
class Exception(BaseException): ...
10-
class ReferenceError(Exception): ...
10+
class ReferenceError(Exception): ...

0 commit comments

Comments
 (0)