Skip to content

Commit

Permalink
refactor(sys): delete redundant deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qevolg committed Dec 24, 2024
1 parent 368d469 commit 043b6da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taos-ws-sys/src/ws/stmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ use std::ffi::c_void;
use std::fmt::Debug;
use std::os::raw::*;

use taos_error::Code;
use taos_query::common::Value;
use taos_query::prelude::Itertools;
use taos_query::stmt::Bindable;
use taos_ws::stmt::{StmtField as WsStmtField, WsFieldsable};
use taos_ws::{Stmt, Taos};
use taos_ws::Stmt;

use super::*;

Expand Down

0 comments on commit 043b6da

Please sign in to comment.