Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Oct 31, 2020
1 parent 4669fe2 commit ce0c34b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ use log::Level::{Debug, Trace, Warn};
use error::*;
use json;
use queryable;
use serde_json::Value;

/// Crate-specific Result type, shorthand for `std::result::Result` with our
/// crate-specific Error type;
Expand Down

0 comments on commit ce0c34b

Please sign in to comment.