kill unnecessarily large imports from telemetry init

This commit is contained in:
Ashwin Bharambe 2024-12-08 16:57:16 -08:00
parent fe249f4577
commit 224e62290f
2 changed files with 2 additions and 7 deletions

View file

@ -3,6 +3,3 @@
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from .dataset_mixin import TelemetryDatasetMixin # noqa: F401
from .sqlite_trace_store import SQLiteTraceStore, TraceStore # noqa: F401