Skip to content

Commit 5b57549

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mypyc/lib-rt/misc_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,4 +1112,4 @@ PyObject *CPyWeakref_GetRef(PyObject *ref)
11121112
} else {
11131113
return obj;
11141114
}
1115-
}
1115+
}

mypyc/test-data/irbuild-weakref.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ L0:
8181
r1 = cast(weakref.ReferenceType, r)
8282
r2 = CPyWeakref_GetRef(r1)
8383
return r2
84-

0 commit comments

Comments
 (0)