From 5150ccc9809e80f6b41bce1c99b335c99312564a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:46:14 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/tabby-common/src/api/code.rs | 2 -- crates/tabby-common/src/path.rs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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! {