Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed May 4, 2023
1 parent 8266532 commit 496c688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/collator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ use polkadot_primitives::{CollatorPair, Id as ParaId};
use codec::{Decode, Encode};
use futures::prelude::*;
use std::sync::Arc;
use tracing::Instrument;

use crate::service::CollatorService;

Expand Down

0 comments on commit 496c688

Please sign in to comment.