From 30477c7766597f3313faac274c08ace5762396ef Mon Sep 17 00:00:00 2001 From: Prabha <58968096+steveprabha@users.noreply.github.com> Date: Fri, 14 May 2021 00:44:53 +0530 Subject: [PATCH] Update job_crud.py --- examples/job_crud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/job_crud.py b/examples/job_crud.py index 2174ef73c..ab02761a7 100644 --- a/examples/job_crud.py +++ b/examples/job_crud.py @@ -18,7 +18,7 @@ Creates, updates, and deletes a job object. from os import path from time import sleep - + import yaml from kubernetes import client, config