mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Merge pull request #8805 from UtahDave/develop
Add hard return to make pylint happy
This commit is contained in:
commit
4aadb15f12
@ -19,6 +19,7 @@ __func_alias__ = {
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def __virtual__():
|
||||
return True if salt.utils.which('pecl') else False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user