Fix type declaration
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
342b9a903d
commit
636809f2b9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class BignumModRawConvertRep(bignum_common.ModOperationCommon,
|
|||
arity = 1
|
||||
rep = bignum_common.ModulusRepresentation.INVALID
|
||||
|
||||
def set_representation(self, r: bignum_common.ModulusRepresentation) -> bool:
|
||||
def set_representation(self, r: bignum_common.ModulusRepresentation) -> None:
|
||||
self.rep = r
|
||||
|
||||
def arguments(self) -> List[str]:
|
||||
|
|
Loading…
Reference in a new issue