Skip to content

Commit

Permalink
reformat with 'tox -e codeformat'
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste committed Jan 8, 2024
1 parent 503155f commit e55f6e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ecdsa/test_pyecdsa.py
Expand Up @@ -332,9 +332,7 @@ def p(self):
pem = pub1.to_pem()
self.assertEqual(type(pem), binary_type)
self.assertTrue(pem.startswith(b"-----BEGIN PUBLIC KEY-----"), pem)
self.assertTrue(
pem.strip().endswith(b"-----END PUBLIC KEY-----"), pem
)
self.assertTrue(pem.strip().endswith(b"-----END PUBLIC KEY-----"), pem)
pub2 = VerifyingKey.from_pem(pem)
self.assertTruePubkeysEqual(pub1, pub2)

Expand Down

0 comments on commit e55f6e6

Please sign in to comment.