Skip to content

Commit

Permalink
Fix missing Literal type
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Nov 24, 2023
1 parent 046fb18 commit 20416d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleph_message/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ChainRef(BaseModel):
sender: str
signature: str
time: float
type = "POST"
type: Literal["POST"] = "POST"


class MessageConfirmationHash(BaseModel):
Expand Down

0 comments on commit 20416d4

Please sign in to comment.