From 9c22cfa9e2c3f006f28fcc92534ab739b4a26543 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 11 Aug 2025 09:23:10 -0400 Subject: [PATCH] Remove unused functions --- libs/python/core/core/telemetry/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/python/core/core/telemetry/__init__.py b/libs/python/core/core/telemetry/__init__.py index 47470437..ee07ecb4 100644 --- a/libs/python/core/core/telemetry/__init__.py +++ b/libs/python/core/core/telemetry/__init__.py @@ -4,8 +4,6 @@ It provides a low-overhead way to collect anonymous usage data. """ from core.telemetry.telemetry import ( - flush, - increment, record_event, is_telemetry_enabled, destroy_telemetry_client, @@ -13,8 +11,6 @@ from core.telemetry.telemetry import ( __all__ = [ - "flush", - "increment", "record_event", "is_telemetry_enabled", "destroy_telemetry_client",