Skip to content

Commit 4aefb1b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0cc6c5d commit 4aefb1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypyc/irbuild/util.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
DATACLASS_DECORATORS: Final = frozenset(["dataclasses.dataclass", "attr.s", "attr.attrs"])
4040

4141

42-
MypycAttr = Literal["native_class", "allow_interpreted_subclasses", "serializable", "free_list_len"]
42+
MypycAttr = Literal[
43+
"native_class", "allow_interpreted_subclasses", "serializable", "free_list_len"
44+
]
4345

4446

4547
class MypycAttrs(TypedDict):

0 commit comments

Comments
 (0)