mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 19:37:56 +00:00
Get rid of wildcard imports (#1916)
* Get rid of wildcard imports * Update core/service/src/lib.rs Co-Authored-By: cmichi <mich@elmueller.net> * Update core/client/src/client.rs Co-Authored-By: cmichi <mich@elmueller.net> * Import by namespace
This commit is contained in:
committed by
Bastian Köcher
parent
66bc864f29
commit
c485eb8fdc
@@ -25,7 +25,7 @@ use tokio::runtime::TaskExecutor;
|
||||
use sysinfo::{get_current_pid, ProcessExt, System, SystemExt};
|
||||
use network::{SyncState, SyncProvider};
|
||||
use client::{backend::Backend, BlockchainEvents};
|
||||
use substrate_telemetry::*;
|
||||
use substrate_telemetry::{telemetry, SUBSTRATE_INFO};
|
||||
use log::{info, warn};
|
||||
|
||||
use runtime_primitives::generic::BlockId;
|
||||
|
||||
@@ -59,7 +59,7 @@ use log::info;
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
use futures::Future;
|
||||
use substrate_telemetry::TelemetryEndpoints;
|
||||
use substrate_telemetry::{telemetry, TelemetryEndpoints};
|
||||
|
||||
const MAX_NODE_NAME_LENGTH: usize = 32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user