From 38b8df4a0798b666037395f054cfcacfd23c3021 Mon Sep 17 00:00:00 2001 From: Curtis Castrapel Date: Tue, 24 Apr 2018 09:48:14 -0700 Subject: [PATCH] lint --- Makefile | 1 + lemur/schemas.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbfe920b..f740faab 100644 --- a/Makefile +++ b/Makefile @@ -123,4 +123,5 @@ endif @echo "--> Done installing new dependencies" @echo "" + .PHONY: develop dev-postgres dev-docs setup-git build clean update-submodules test testloop test-cli test-js test-python lint lint-python lint-js coverage publish release diff --git a/lemur/schemas.py b/lemur/schemas.py index 09915e70..24cdc1c8 100644 --- a/lemur/schemas.py +++ b/lemur/schemas.py @@ -21,7 +21,6 @@ from lemur.plugins.utils import get_plugin_option from lemur.roles.models import Role from lemur.users.models import User from lemur.authorities.models import Authority -from lemur.dns_providers.models import DnsProviders from lemur.policies.models import RotationPolicy from lemur.certificates.models import Certificate from lemur.destinations.models import Destination