Removing unused import. (#989)
This commit is contained in:
parent
7e2c16ee38
commit
e30e17038b
|
@ -19,8 +19,6 @@ from acme import challenges
|
||||||
|
|
||||||
from lemur.common.utils import generate_private_key
|
from lemur.common.utils import generate_private_key
|
||||||
|
|
||||||
from cryptography.hazmat.primitives import serialization
|
|
||||||
|
|
||||||
import OpenSSL.crypto
|
import OpenSSL.crypto
|
||||||
|
|
||||||
from lemur.common.utils import validate_conf
|
from lemur.common.utils import validate_conf
|
||||||
|
|
Loading…
Reference in New Issue