Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <[email protected]>
  • Loading branch information
DarkaMaul committed Nov 5, 2024
1 parent 636ab8e commit 3984f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rfc3161_client/tsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def nonce(self) -> bytes:

@property
@abc.abstractmethod
def name(self) -> cryptography.x509.Name:
def name(self) -> cryptography.x509.GeneralName:
"""Returns the name."""


Expand Down

0 comments on commit 3984f73

Please sign in to comment.