Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Oct 13, 2022
1 parent dd42718 commit de3d1e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_rsa_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives.asymmetric import padding
from cryptography.hazmat.primitives.hashes import SHA256
from cryptography.hazmat.primitives.serialization import load_pem_private_key

public_rsa, private_rsa = securesystemslib.rsa_keys.generate_rsa_public_and_private()
Expand Down

0 comments on commit de3d1e5

Please sign in to comment.