Python formatting

This commit is contained in:
Mouse Reeve
2022-02-09 12:23:01 -05:00
parent 6323b0e700
commit c06817e9ff
4 changed files with 3 additions and 6 deletions

View File

@ -306,6 +306,7 @@ class Link(ActivityObject):
omit = ("id", "type", "@context")
return super().serialize(omit=omit)
@dataclass(init=False)
class Mention(Link):
"""a subtype of Link for mentioning an actor"""