mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint - newline before def
This commit is contained in:
parent
9e5c16d4da
commit
7baccc1b05
1 changed files with 2 additions and 1 deletions
|
@ -555,8 +555,9 @@ class Client(object):
|
|||
if url_data.scheme == 's3':
|
||||
try:
|
||||
import salt.utils.s3
|
||||
|
||||
def s3_opt(key, default=None):
|
||||
'''get value of s3.<key> from Minion config or from Pillar'''
|
||||
'''Get value of s3.<key> from Minion config or from Pillar'''
|
||||
if 's3.' + key in self.opts:
|
||||
return self.opts['s3.' + key]
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue