mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +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
@@ -52,7 +52,7 @@ use srml_aura::{
|
||||
InherentType as AuraInherent, AuraInherentData,
|
||||
timestamp::{TimestampInherentData, InherentType as TimestampInherent, InherentError as TIError}
|
||||
};
|
||||
use substrate_telemetry::*;
|
||||
use substrate_telemetry::{telemetry, CONSENSUS_TRACE, CONSENSUS_DEBUG, CONSENSUS_WARN, CONSENSUS_INFO};
|
||||
|
||||
use aura_slots::{CheckedHeader, SlotWorker, SlotInfo, SlotCompatible};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user