Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nkostoulas committed Nov 12, 2019
1 parent bf41c18 commit 31eeddf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/util/doc_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,9 @@ pub fn doc_to_response(doc: &OrderedDocument) -> Response {
mod tests {
use super::*;

use bitcoin_hashes::hex::FromHex;
use mongodb::oid::ObjectId;
use mongodb::Bson;
use secp256k1::key::PublicKey;
use std::str::FromStr;

use crate::challenger::ChallengeResponseIds;
use crate::request::Bid;
use crate::util::testing::gen_dummy_hash;

#[test]
Expand Down

0 comments on commit 31eeddf

Please sign in to comment.