Refactoring.. with pep8 fixes

This commit is contained in:
Jeremy Heffner 2015-08-20 15:45:53 -07:00
parent fcfaa21a24
commit 38ebeab163
1 changed files with 3 additions and 4 deletions

View File

@ -557,8 +557,7 @@ class ProvisionELB(Command):
return options return options
def run(self, dns, elb, owner, authority, description, notifications, destinations):
def run(self, dns, elb, owner, authority, description, notifications):
from lemur.certificates import service from lemur.certificates import service
# configure the owner if we can find it, or go for default, and put it in the global # configure the owner if we can find it, or go for default, and put it in the global