Skip to content

Commit

Permalink
chore: lint (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw authored Feb 26, 2024
1 parent ecc9761 commit 2c4a55e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/eth/primitives/nonce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ impl TryFrom<Nonce> for BigDecimal {

#[cfg(test)]
mod tests {
use sqlx::types::BigDecimal;

use super::*;

#[test]
Expand Down
2 changes: 0 additions & 2 deletions src/eth/primitives/wei.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ impl TryFrom<Wei> for BigDecimal {

#[cfg(test)]
mod tests {
use sqlx::types::BigDecimal;

use super::*;

#[test]
Expand Down
1 change: 0 additions & 1 deletion src/eth/sync_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ mod tests {
use std::fs;
use std::path::Path;

use ethers_core::types::H256;
use ethers_core::types::U64;
use hex_literal::hex;

Expand Down

0 comments on commit 2c4a55e

Please sign in to comment.