Fix type declaration

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2022-12-21 20:12:31 +01:00
parent 342b9a903d
commit 636809f2b9

View file

@ -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]: