From 8bd46e4e641ce41a08d00b630fa9652abfc1832b Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Mon, 4 Sep 2023 19:57:36 +0100 Subject: [PATCH] Revert "add metrics keyword for Connector Action" This reverts commit 0cb6c7f682caf05d7dc7842e8ee7c7e6faa31354. --- src/specklepy/logging/metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/specklepy/logging/metrics.py b/src/specklepy/logging/metrics.py index 795b665..089c135 100644 --- a/src/specklepy/logging/metrics.py +++ b/src/specklepy/logging/metrics.py @@ -24,7 +24,6 @@ METRICS_TRACKER = None # actions SDK = "SDK Actions" -CONNECTOR = "Connector Action" RECEIVE = "Receive" SEND = "Send"