Skip to content

Commit ad05964

Browse files
committed
Fix unused imports
1 parent e199600 commit ad05964

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/agent/services/oracle.rs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ use {
1313
},
1414
state::oracle::Oracle,
1515
},
16-
anyhow::{
17-
Context,
18-
Result,
19-
},
16+
anyhow::Result,
2017
solana_account_decoder::UiAccountEncoding,
2118
solana_client::{
2219
nonblocking::{
@@ -36,10 +33,7 @@ use {
3633
},
3734
std::{
3835
sync::Arc,
39-
time::{
40-
Duration,
41-
Instant,
42-
},
36+
time::Instant,
4337
},
4438
tokio::task::JoinHandle,
4539
tokio_stream::StreamExt,

0 commit comments

Comments
 (0)