X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=update_reqs.py;h=0a53ec9dca0130d93fdac4cd1cc11c93fffa7c6b;hb=1d319a416ba8f0cb764d86323f78318b0d3a8f4c;hp=0f7ac3e360e9757abc19d83ba0268d52888331b7;hpb=5ff7ed0cf3ac9e8110579ee4f0f711e30fb2511e;p=vvp%2Fvalidation-scripts.git diff --git a/update_reqs.py b/update_reqs.py index 0f7ac3e..0a53ec9 100644 --- a/update_reqs.py +++ b/update_reqs.py @@ -1,4 +1,3 @@ -# -*- coding: utf8 -*- # ============LICENSE_START==================================================== # org.onap.vvp/validation-scripts # =================================================================== @@ -55,7 +54,7 @@ THIS_DIR = os.path.dirname(os.path.abspath(__file__)) def get_requirements(): """Retrieves the binary JSON content fom REQS_URL""" - return request.urlopen(REQS_URL) + return request.urlopen(REQS_URL) # nosec def write_file(contents, path):