Skip to content

Commit

Permalink
chore: Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
WillPapper committed Jan 5, 2025
1 parent 09da40b commit 003b434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use rusqlite::{Connection, Result, ToSql};
use rusqlite::types::ToSqlOutput;
use serde::{Serialize, Deserialize};
use thiserror::Error;
use hex;

#[derive(Debug)]
struct Transactions {
Expand Down

0 comments on commit 003b434

Please sign in to comment.