about summary refs log tree commit diff
path: root/src/bin/pyindieblog_to_kittybox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pyindieblog_to_kittybox.rs')
-rw-r--r--src/bin/pyindieblog_to_kittybox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pyindieblog_to_kittybox.rs b/src/bin/pyindieblog_to_kittybox.rs
index 303ca56..38590c3 100644
--- a/src/bin/pyindieblog_to_kittybox.rs
+++ b/src/bin/pyindieblog_to_kittybox.rs
@@ -1,5 +1,5 @@
 use anyhow::{anyhow, Context, Result};
-use redis;
+
 use redis::AsyncCommands;
 use serde::{Deserialize, Serialize};
 use std::collections::HashMap;