From 94757197770b2c7542d59818b73a951f07daa22b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:44:03 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/tabby/src/otel.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/tabby/src/otel.rs b/crates/tabby/src/otel.rs index e0c0f0cd1e9c..5cac523ef155 100644 --- a/crates/tabby/src/otel.rs +++ b/crates/tabby/src/otel.rs @@ -1,7 +1,5 @@ -use axum_prometheus::lifecycle::layer; use opentelemetry::{ - global, - trace::{FutureExt, TracerProvider as _}, + trace::TracerProvider as _, KeyValue, }; use opentelemetry_otlp::WithExportConfig;