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

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope committed Jul 12, 2021
1 parent 6fae98c commit e179566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/consensus/api/src/import_queue/buffered_link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use futures::prelude::*;
use sp_runtime::traits::{Block as BlockT, NumberFor};
use sp_utils::mpsc::{TracingUnboundedSender, TracingUnboundedReceiver, tracing_unbounded};
use std::{pin::Pin, task::Context, task::Poll};
use crate::import_queue::{Origin, Link, BlockImportStatus, BlockImportError};
use crate::import_queue::{Origin, Link};

use super::BlockImportResult;

Expand Down

0 comments on commit e179566

Please sign in to comment.