From: othman touijer Date: Wed, 24 Nov 2021 09:41:24 +0000 (+0100) Subject: Add missing "requests" import needed by ready.py script X-Git-Tag: 4.1.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F125859%2F1;p=oom%2Freadiness.git Add missing "requests" import needed by ready.py script Issue-ID: OOM-2884 Signed-off-by: othman touijer Change-Id: I69e8d661073d724b70d0292525224fb553eca270 --- diff --git a/ready.py b/ready.py index 85d5989..9055950 100755 --- a/ready.py +++ b/ready.py @@ -29,6 +29,7 @@ import os import sys import time import random +import requests from kubernetes import client, config from kubernetes.client.rest import ApiException