diff --git a/duniterpy/documents/identity.py b/duniterpy/documents/identity.py index 1f3ad21625901001d8bb6c262acb21c738c50ccf..d59096e274ba5ca92856e5c116514db13f924ba6 100644 --- a/duniterpy/documents/identity.py +++ b/duniterpy/documents/identity.py @@ -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