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
c26c01568f
commit
b5ec0991b0
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ utils = salt.loader.utils(opts, whitelist=['boto'])
|
|||
mods = salt.loader.minion_mods(opts)
|
||||
|
||||
boto_vpc.__utils__ = utils
|
||||
boto_vpc.__init__(opts, pack=mods)
|
||||
boto_vpc.__salt__ = {}
|
||||
boto_vpc.__init__(opts)
|
||||
|
||||
|
||||
def _has_required_boto():
|
||||
|
|
Loading…
Add table
Reference in a new issue