fix unit test
This commit is contained in:
parent
bd274cf342
commit
0f6c19cf19
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class Piece(PolymorphicModel, UserOwnedObjectMixin):
|
|||
return {}
|
||||
|
||||
@classmethod
|
||||
def update_by_ap_object(cls, owner: APIdentity, item: Item, obj, post: Post):
|
||||
def update_by_ap_object(cls, owner: APIdentity, item: Item, obj, post: "Post"):
|
||||
"""
|
||||
Create or update a content piece with related AP message
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue