Skip to content

Commit 9a901b6

Browse files
committed
hush pyflakes
1 parent c0454fb commit 9a901b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ecdsa/der.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import binascii
44
import base64
5-
from .six import int2byte, b, PY3, integer_types, text_type
5+
from .six import int2byte, b, integer_types, text_type
66

77
class UnexpectedDER(Exception):
88
pass

ecdsa/numbertheory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from .six.moves import reduce
1616

1717
import math
18-
import types
1918

2019

2120
class Error( Exception ):

0 commit comments

Comments
 (0)