mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Remove unnecessary logic.
This commit is contained in:
parent
170a06c065
commit
e9dda7348f
@ -50,9 +50,7 @@ def __virtual__():
|
||||
'''
|
||||
Only load if zc.buildout libs available
|
||||
'''
|
||||
if True:
|
||||
return __virtualname__
|
||||
return False
|
||||
return __virtualname__
|
||||
|
||||
|
||||
INVALID_RESPONSE = 'We did not get any expectable answer from docker'
|
||||
|
Loading…
Reference in New Issue
Block a user