Skip to content
Snippets Groups Projects
Commit 7829dbd4 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix typo in docstring

parent de855d0a
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,7 @@ class Identity(Document):
def from_signed_raw(cls: Type[IdentityType], signed_raw: str) -> IdentityType:
"""
Return Identity instance from a signed_raw string
:param # required to type hint cls in classmethod
IdentityType = TypeVar('IdentityType', bound='Identity')
signed_raw: Signed raw document
:param signed_raw: Signed raw document
:return:
"""
n = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment