Skip to content

Commit

Permalink
fixed submitting get request
Browse files Browse the repository at this point in the history
  • Loading branch information
MrishoLukamba committed Aug 28, 2024
1 parent 9991e9b commit 52a447c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tesseract/integration-test/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![cfg(test)]
#![deny(missing_docs, unused_imports)]

use anyhow::{anyhow, Error};
use anyhow::anyhow;
use futures::{FutureExt, StreamExt};
use ismp::{
consensus::StateMachineHeight,
Expand All @@ -13,7 +13,6 @@ use pallet_hyperbridge::VersionedHostParams;
use pallet_ismp_demo as IsmpPalletDemo;
use pallet_ismp_host_executive::HostParam;
use sc_service::TaskManager;
use sp_core::H256;
use std::{
collections::{BTreeMap, HashMap},
sync::Arc,
Expand Down

0 comments on commit 52a447c

Please sign in to comment.