From a06bd3a3c9d61084120b9940b61844606d72b544 Mon Sep 17 00:00:00 2001 From: Prabha <58968096+steveprabha@users.noreply.github.com> Date: Wed, 12 May 2021 11:45:52 +0530 Subject: [PATCH] Update job_crud.py --- examples/job_crud.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/job_crud.py b/examples/job_crud.py index 7142e9e4c..2174ef73c 100644 --- a/examples/job_crud.py +++ b/examples/job_crud.py @@ -17,10 +17,9 @@ Creates, updates, and deletes a job object. """ from os import path - -import yaml - from time import sleep + +import yaml from kubernetes import client, config