8000 Fixes for code format. · helloworld/python@bbdfb73 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbdfb73

Browse files
committed
Fixes for code format.
Signed-off-by: Tao He <sighingnow@gmail.com>
1 parent 9e534d0 commit bbdfb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes/utils/create_from_yaml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def create_from_dict(k8s_client, data, verbose=False, namespace='default',
138138

139139
return k8s_objects
140140

141+
141142
def create_from_yaml_single_item(
142143
k8s_client, yml_object, verbose=False, **kwargs):
143144
group, _, version = yml_object["apiVersion"].partition("/")

0 commit comments

Comments
 (0)
0