Skip to content

Commit 82a69a5

Browse files
pre-commit-ci[bot]BobTheBuidler
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1e02502 commit 82a69a5

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
@@ -387,7 +387,7 @@ def emit_line() -> None:
387387
flags.append("Py_TPFLAGS_MANAGED_DICT")
388388
if cl.supports_weakref and emitter.capi_version >= (3, 12):
389389
flags.append("Py_TPFLAGS_MANAGED_WEAKREF")
390-
390+
391391
fields["tp_flags"] = " | ".join(flags)
392392

393393
fields["tp_doc"] = native_class_doc_initializer(cl)

0 commit comments

Comments
 (0)