Skip to content

Commit de9e74f

Browse files
committed
Remove unused import
1 parent 4a8012e commit de9e74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use crate::{
2020
Operation,
2121
};
2222
use backoff::{Error, ExponentialBackoff};
23-
use std::{sync::Arc, time::Duration};
23+
use std::time::Duration;
2424

2525
#[derive(Clone)]
2626
enum ConnectionPoolManager {

0 commit comments

Comments
 (0)