Skip to content

Commit 52341a7

Browse files
committed
fix: unused import
1 parent 4eb824b commit 52341a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/commands/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::borrow::Cow;
44
use std::sync::Mutex;
55
use tauri::State;
66

7-
use crate::{chdb, AppState};
7+
use crate::AppState;
88
use String;
99

1010
#[tauri::command]

0 commit comments

Comments
 (0)