Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
Signed-off-by: Filippo Costa <[email protected]>
  • Loading branch information
neysofu committed Oct 14, 2024
1 parent 5fa29ab commit 05ee4c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/graphix_lib/tests/it_indexing_statuses.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::time::Duration;

use graphix_indexer_client::IndexerClient;
use graphix_lib::test_utils::{test_deployment_id, test_indexer_from_url};

//use std::time::Duration;
//
//use graphix_indexer_client::IndexerClient;
//use graphix_lib::test_utils::{test_deployment_id, test_indexer_from_url};
//
// FIXME(neysofu)
//#[tokio::test]
//async fn send_indexer_statuses_query() {
Expand Down

0 comments on commit 05ee4c3

Please sign in to comment.