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
1 changed files with 0 additions and 1 deletions

View File

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