Skip to content

Commit 20fcc0e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/lib-rt/misc_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ int CPyStatics_Initialize(PyObject **statics,
642642
if (obj == NULL) {
643643
return -1;
644644
}
645-
PyUnicode_InternInPlace(&obj);
645+
PyUnicode_InternInPlace(&obj);
646646
*result++ = obj;
647647
#if CPY_3_14_FEATURES
648648
CPy_SetImmortal(obj);

0 commit comments

Comments
 (0)