Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Nov 5, 2024
1 parent 183e915 commit 5388d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/collab-stream/src/lease.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use async_trait::async_trait;
use redis::aio::ConnectionManager;
use redis::Value;
use std::time::{Duration, SystemTime, UNIX_EPOCH};
use tracing::log;

const RELEASE_SCRIPT: &str = r#"
if redis.call("GET", KEYS[1]) == ARGV[1] then
Expand Down

0 comments on commit 5388d41

Please sign in to comment.