mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
lint issues, unreachable code.
This commit is contained in:
parent
9c4dbadaa7
commit
c588803bb6
@ -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'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user