Remove unused import

This commit is contained in:
sayali 2020-09-15 14:55:04 -07:00
parent 676562ffde
commit 5ae65c2c4d
2 changed files with 1 additions and 3 deletions

View File

@ -9,10 +9,8 @@ from datetime import timedelta
import arrow
from cryptography import x509
from cryptography.hazmat.primitives.asymmetric import rsa, ec
from flask import current_app
from idna.core import InvalidCodepoint
from lemur.common.utils import get_key_type_from_ec_curve
from sqlalchemy import (
event,
Integer,

View File

@ -1,4 +1,4 @@
from sqlalchemy import Column, Integer, String, text, Text
from sqlalchemy import Column, Integer, String, text
from sqlalchemy.dialects.postgresql import JSON
from sqlalchemy.orm import relationship
from sqlalchemy_utils import ArrowType