summaryrefslogtreecommitdiffstats
path: root/src/cmd/sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/sync.rs')
-rw-r--r--src/cmd/sync.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/sync.rs b/src/cmd/sync.rs
index 00fd35d..65b48b7 100644
--- a/src/cmd/sync.rs
+++ b/src/cmd/sync.rs
@@ -3,8 +3,6 @@ use db;
use lastfm;
use paths;
-use failure;
-
pub fn run(opts: &cli::Options) -> failure::Fallible<()> {
let db = db::DB::new(&paths::dbpath()?)?;
let lastfm = lastfm::LastFMClient::new(