Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvp committed Jun 6, 2024
1 parent fae9558 commit 180cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appender/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{ffi::c_void, fmt, os::raw::c_char};

use crate::{
error::result_from_duckdb_appender,
types::{TimeUnit, ToSql, ToSqlOutput},
types::{ToSql, ToSqlOutput},
Error,
};

Expand Down

0 comments on commit 180cca0

Please sign in to comment.