Remove unused import.
This commit is contained in:
parent
a2ad4af79a
commit
4e5a1c6581
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import sys
|
||||||
import time
|
import time
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from hashlib import sha1, sha256, sha512
|
from hashlib import sha1, sha256, sha512
|
||||||
from os import path, makedirs
|
from os import path
|
||||||
|
|
||||||
import pyasn1.codec.der.decoder
|
import pyasn1.codec.der.decoder
|
||||||
import pyasn1.codec.der.encoder
|
import pyasn1.codec.der.encoder
|
||||||
|
|
Loading…
Reference in a new issue