Skip to content

Commit

Permalink
test_pyecdsa: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Feb 24, 2023
1 parent 1aad064 commit 7ec2111
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ecdsa/test_pyecdsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,8 +1378,6 @@ def do_test_to_openssl(self, curve, hash_name="SHA1"):
pass

def do_eddsa_test_to_openssl(self, curve):
curvename = curve.name.upper()

if os.path.isdir("t"):
shutil.rmtree("t")
os.mkdir("t")
Expand Down

0 comments on commit 7ec2111

Please sign in to comment.