Remove unused functions

This commit is contained in:
James Murdza
2025-08-11 09:23:10 -04:00
parent ad9765ec7a
commit 9c22cfa9e2

View File

@@ -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",