Update job_crud.py

This commit is contained in:
Prabha 2021-05-14 00:44:53 +05:30 committed by GitHub
parent a06bd3a3c9
commit 30477c7766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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