Skip to content

Commit

Permalink
Revert "Update src/ape/api/accounts.py"
Browse files Browse the repository at this point in the history
This reverts commit de872cb.
  • Loading branch information
z80dev committed Sep 21, 2023
1 parent 80b7d4a commit 37e979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def sign_message(self, msg: SignableMessage) -> Optional[MessageSignature]:
for more type information on this type.
Returns:
:class:`~ape.types.signatures.MessageSignature` (optional): The signature corresponding to the message.
:class:`~ape.types.signatures.MessageSignature` (optional): The signed message.
"""

@abstractmethod
Expand Down

0 comments on commit 37e979e

Please sign in to comment.