def clear_secrets(): """Delete all the secrets""" LOG.info("Clearing the secrets") Secret.clear()
def clear_secrets(): """Delete all the secrets""" Secret.clear()