mirror of
https://github.com/romanz/amodem.git
synced 2026-03-24 19:31:02 +08:00
fix PEP8
This commit is contained in:
@@ -3,11 +3,11 @@ import hashlib
|
||||
import base64
|
||||
import ecdsa
|
||||
|
||||
from . import util
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
from . import util
|
||||
|
||||
DER_OCTET_STRING = b'\x04'
|
||||
|
||||
curve = ecdsa.NIST256p
|
||||
|
||||
Reference in New Issue
Block a user