1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

tools.codegen: remove unused import from gen_cert_bundle.py

This commit is contained in:
Pavol Rusnak 2018-01-08 23:57:16 +01:00
parent 30b0863725
commit f0cd76de47
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -2,7 +2,6 @@
from base64 import b64decode
from hashlib import sha256
import pem
import requests