From baa3fb0d0ea676efa47589099ceecb358a354b5b Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Fri, 12 May 2023 16:11:11 -0700 Subject: [PATCH 1/3] Update flask_helper.py --- rai_core_flask/rai_core_flask/flask_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rai_core_flask/rai_core_flask/flask_helper.py b/rai_core_flask/rai_core_flask/flask_helper.py index 061075325a..61af4bbd24 100644 --- a/rai_core_flask/rai_core_flask/flask_helper.py +++ b/rai_core_flask/rai_core_flask/flask_helper.py @@ -7,6 +7,7 @@ import threading import time import uuid +import datetime from flask import Flask from gevent.pywsgi import WSGIServer From c10d1cbba3da4eadc325fe13c2829c34de1c7496 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Fri, 12 May 2023 16:12:40 -0700 Subject: [PATCH 2/3] Update CI-python.yml --- .github/workflows/CI-python.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI-python.yml b/.github/workflows/CI-python.yml index 492a29a0a1..91a75463f3 100644 --- a/.github/workflows/CI-python.yml +++ b/.github/workflows/CI-python.yml @@ -7,7 +7,6 @@ on: branches: [main] paths: - "erroranalysis/**" - - "rai_core_flask/**" - "rai_test_utils/**" - "raiutils/**" - "responsibleai/**" From 6dd7b2cfefd471ad0d57ac3da6c5f534fc4244ec Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Fri, 12 May 2023 16:13:14 -0700 Subject: [PATCH 3/3] Update flask_helper.py --- rai_core_flask/rai_core_flask/flask_helper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rai_core_flask/rai_core_flask/flask_helper.py b/rai_core_flask/rai_core_flask/flask_helper.py index 61af4bbd24..061075325a 100644 --- a/rai_core_flask/rai_core_flask/flask_helper.py +++ b/rai_core_flask/rai_core_flask/flask_helper.py @@ -7,7 +7,6 @@ import threading import time import uuid -import datetime from flask import Flask from gevent.pywsgi import WSGIServer