Skip to content

Commit

Permalink
Fix type hint (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <alexis.challande@trailofbits.com>
  • Loading branch information
DarkaMaul authored Nov 8, 2024
1 parent 9db5dc7 commit 26afadd
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 @@ -165,7 +165,7 @@ def ordering(self) -> bool:

@property
@abc.abstractmethod
def nonce(self) -> bytes:
def nonce(self) -> int:
"""Returns the nonce."""

@property
Expand Down

0 comments on commit 26afadd

Please sign in to comment.