Python formatting
This commit is contained in:
parent
acfb1bb376
commit
08f6a97653
10 changed files with 17 additions and 32 deletions
|
@ -181,7 +181,7 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
|
|||
self.replies(self),
|
||||
remote_id=f"{self.remote_id}/replies",
|
||||
collection_only=True,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
).serialize()
|
||||
|
||||
def to_activity_dataclass(self, pure=False): # pylint: disable=arguments-differ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue