cleanup tmp files

This commit is contained in:
alwaysjolley 2019-04-22 09:54:19 -04:00
parent f9dadb2670
commit 85efb6a99e
2 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ from lemur.plugins.bases import DestinationPlugin
from cryptography import x509
from cryptography.hazmat.backends import default_backend
class VaultDestinationPlugin(DestinationPlugin):
"""Hashicorp Vault Destination plugin for Lemur"""
title = 'Vault'