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