diff --git a/crates/tabby-common/src/api/code.rs b/crates/tabby-common/src/api/code.rs index a23aea756caa..8251c842a51f 100644 --- a/crates/tabby-common/src/api/code.rs +++ b/crates/tabby-common/src/api/code.rs @@ -1,10 +1,8 @@ -use std::path::PathBuf; use async_trait::async_trait; use derive_builder::Builder; use serde::{Deserialize, Serialize}; use thiserror::Error; -use tracing::debug; use crate::path::normalize_path; diff --git a/crates/tabby-common/src/path.rs b/crates/tabby-common/src/path.rs index e89b0b97e611..eb2fcb04ed90 100644 --- a/crates/tabby-common/src/path.rs +++ b/crates/tabby-common/src/path.rs @@ -1,6 +1,6 @@ -use anyhow::Result; use std::{cell::Cell, env, path::PathBuf, sync::Mutex}; +use anyhow::Result; use lazy_static::lazy_static; lazy_static! {