From 1c9c377751e6ff591fb1197f8511126ecda158e6 Mon Sep 17 00:00:00 2001 From: sirferl <41906265+sirferl@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:31:15 +0200 Subject: [PATCH] Lint errors --- lemur/plugins/lemur_entrust/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lemur/plugins/lemur_entrust/__init__.py b/lemur/plugins/lemur_entrust/__init__.py index 9186ef13..b902ed7a 100644 --- a/lemur/plugins/lemur_entrust/__init__.py +++ b/lemur/plugins/lemur_entrust/__init__.py @@ -3,4 +3,3 @@ try: VERSION = __import__("pkg_resources").get_distribution(__name__).version except Exception as e: VERSION = "unknown" -