Skip to content

Commit

Permalink
Fix redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
pavitthrap committed Apr 26, 2021
1 parent 0f3addf commit 22d4216
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ use core::FIRST_BURNCHAIN_CONSENSUS_HASH;
use core::FIRST_STACKS_BLOCK_HASH;
use monitoring::increment_stx_mempool_gc;
use net::StacksMessageCodec;
use util::db::query_row;
use util::db::query_rows;
use util::db::tx_begin_immediate;
use util::db::tx_busy_handler;
Expand Down

0 comments on commit 22d4216

Please sign in to comment.