mirror of
https://github.com/trycua/computer.git
synced 2026-01-07 05:50:13 -06:00
Remove unused functions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user