Update job_crud.py

This commit is contained in:
Prabha 2021-05-12 11:45:52 +05:30 committed by GitHub
parent 57ad5d237e
commit a06bd3a3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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