From c359c13d4a04a20cf2dd5ce2af06fb19ca790283 Mon Sep 17 00:00:00 2001 From: Maurizio Noseda Pedraglio Date: Mon, 24 Oct 2022 13:49:31 +0200 Subject: [PATCH] removed unneeded import --- .../network-dashboard/cloud-function/metrics/routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/blueprints/cloud-operations/network-dashboard/cloud-function/metrics/routes.py b/blueprints/cloud-operations/network-dashboard/cloud-function/metrics/routes.py index 07510ca5..a1614545 100644 --- a/blueprints/cloud-operations/network-dashboard/cloud-function/metrics/routes.py +++ b/blueprints/cloud-operations/network-dashboard/cloud-function/metrics/routes.py @@ -14,7 +14,6 @@ # limitations under the License. # -import re import time from collections import defaultdict