Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Nov 9, 2018
1 parent d6a5c1f commit 1edd120
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions certbot_vault/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def __init__(self, *args, **kwargs):
super(VaultInstaller, self).__init__(*args, **kwargs)
self.hvac_client = hvac.Client(self.conf('vault-url'), token=self.conf('vault-token'))



def prepare(self): # pylint: disable=missing-docstring,no-self-use
pass # pragma: no cover

Expand Down

0 comments on commit 1edd120

Please sign in to comment.