Python formatting
This commit is contained in:
parent
7c85b554cf
commit
020e6f74ef
@ -12,7 +12,9 @@ class Document(ActivityObject):
|
||||
type: str = "Document"
|
||||
id: str = None
|
||||
|
||||
|
||||
@dataclass(init=False)
|
||||
class Image(Document):
|
||||
""" an image """
|
||||
|
||||
type: str = "Image"
|
||||
|
Loading…
x
Reference in New Issue
Block a user