mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-20 23:26:42 +00:00
Python formatting
This commit is contained in:
parent
7c85b554cf
commit
020e6f74ef
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue