Python formatting
This commit is contained in:
parent
6323b0e700
commit
c06817e9ff
4 changed files with 3 additions and 6 deletions
|
@ -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"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue