mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #7392 from s0undt3ch/hotfix/lint
Fix `pep8` `E302` issues
This commit is contained in:
commit
07233a44b4
@ -607,6 +607,7 @@ def _unify_sources_and_hashes(source=None, source_hash=None,
|
||||
# Make a nice neat list of tuples exactly len(sources) long..
|
||||
return (True, '', map(None, sources, source_hashes[:len(sources)]))
|
||||
|
||||
|
||||
def _get_template_texts(source_list=None,
|
||||
template='jinja',
|
||||
defaults=None,
|
||||
|
@ -14,6 +14,7 @@ The postgres_group module is used to create and manage Postgres groups.
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
|
||||
|
||||
def __virtual__():
|
||||
'''
|
||||
Only load if the postgres module is present
|
||||
|
Loading…
Reference in New Issue
Block a user