Fix excessive clearing
This commit is contained in:
parent
e156c778b9
commit
d73e26f9d1
3 changed files with 18 additions and 4 deletions
|
|
@ -35,3 +35,6 @@ class QngWrapperMock:
|
|||
|
||||
def randbytes(self, length):
|
||||
return secrets.token_bytes(nbytes=length)
|
||||
|
||||
def clear(self):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue