Remove duplicate import of salt.utils.s3

Closes #29144
This commit is contained in:
Andreas Lutro 2015-11-24 09:45:31 +01:00
parent 17638c734b
commit e1101bea19

View file

@ -556,8 +556,6 @@ 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'''
if 's3.' + key in self.opts: