Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 12, 2024
1 parent a1d7cc7 commit 5150ccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions crates/tabby-common/src/api/code.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-common/src/path.rs
Original file line number Diff line number Diff line change
@@ -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! {
Expand Down

0 comments on commit 5150ccc

Please sign in to comment.