Remove unused import.

This commit is contained in:
Emmanuel Gil Peyrot 2018-03-31 01:00:59 +02:00
parent a2ad4af79a
commit 4e5a1c6581

View file

@ -14,7 +14,7 @@ import sys
import time
from datetime import datetime
from hashlib import sha1, sha256, sha512
from os import path, makedirs
from os import path
import pyasn1.codec.der.decoder
import pyasn1.codec.der.encoder