Skip to content

Commit f43eaae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/codegen/emitclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def emit_line() -> None:
357357
flags.append("Py_TPFLAGS_MANAGED_DICT")
358358
if cl.supports_weakref and emitter.capi_version >= (3, 12):
359359
flags.append("Py_TPFLAGS_MANAGED_WEAKREF")
360-
360+
361361
fields["tp_flags"] = " | ".join(flags)
362362

363363
emitter.emit_line(f"static PyTypeObject {emitter.type_struct_name(cl)}_template_ = {{")

0 commit comments

Comments
 (0)