Skip to content

Commit 2b5fb1d

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 681923d commit 2b5fb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/ir/class_ir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(
9494
is_abstract: bool = False,
9595
is_ext_class: bool = True,
9696
is_final_class: bool = False,
97-
supports_weakref: bool = False
97+
supports_weakref: bool = False,
9898
) -> None:
9999
self.name = name
100100
self.module_name = module_name

0 commit comments

Comments
 (0)