mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint: Remove kwargs that are not in the 2016.3 branch
This commit is contained in:
parent
d941e9354d
commit
9914c93bc4
1 changed files with 1 additions and 2 deletions
|
@ -444,8 +444,7 @@ def get_mors_with_properties(service_instance, object_type, property_list=None,
|
|||
content_args = [service_instance, object_type]
|
||||
content_kwargs = {'property_list': property_list,
|
||||
'container_ref': container_ref,
|
||||
'traversal_spec': traversal_spec,
|
||||
'local_properties': local_properties}
|
||||
}
|
||||
try:
|
||||
content = get_content(*content_args, **content_kwargs)
|
||||
except BadStatusLine:
|
||||
|
|
Loading…
Add table
Reference in a new issue