mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint Fix
This commit is contained in:
parent
11c475b0ad
commit
cdeb8caabe
1 changed files with 4 additions and 0 deletions
|
@ -71,9 +71,13 @@ passed in as a dict, or as a string to pull from pillars or minion config:
|
|||
key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
|
||||
'''
|
||||
|
||||
# Import Python Libs
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import Salt Libs
|
||||
from salt.utils import SaltInvocationError
|
||||
|
||||
|
||||
def __virtual__():
|
||||
'''
|
||||
Only load if boto is available.
|
||||
|
|
Loading…
Add table
Reference in a new issue