mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 18:34:42 +00:00
Issue #33: Fix python lint issue with spacing.
This commit is contained in:
@@ -214,7 +214,7 @@ SERVICE_ARG_SPEC = {
|
|||||||
'merge_type': {'type': 'list', 'elements': 'str', 'choices': ['json', 'merge', 'strategic-merge']},
|
'merge_type': {'type': 'list', 'elements': 'str', 'choices': ['json', 'merge', 'strategic-merge']},
|
||||||
'selector': {'type': 'dict'},
|
'selector': {'type': 'dict'},
|
||||||
'src': {
|
'src': {
|
||||||
'type': 'path',
|
'type': 'path',
|
||||||
},
|
},
|
||||||
'type': {
|
'type': {
|
||||||
'type': 'str',
|
'type': 'str',
|
||||||
|
|||||||
Reference in New Issue
Block a user