From c588803bb6b5bc286203a2398d7fd9f67b731caa Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Mon, 15 Feb 2016 10:19:00 -0800 Subject: [PATCH] lint issues, unreachable code. --- salt/beacons/btmp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/beacons/btmp.py b/salt/beacons/btmp.py index 135a29338e..5fc6a3e180 100644 --- a/salt/beacons/btmp.py +++ b/salt/beacons/btmp.py @@ -58,7 +58,6 @@ def validate(config): if not isinstance(config, dict): return False, ('Configuration for btmp beacon must ' 'be a list of dictionaries.') - return False return True, 'Valid beacon configuration'