Skip to content

Commit

Permalink
fix: unused
Browse files Browse the repository at this point in the history
Signed-off-by: 0x009922 <[email protected]>
  • Loading branch information
0x009922 committed May 31, 2024
1 parent 7ade0da commit 4d9d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/parameters/actual.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{
};

use error_stack::{Result, ResultExt};
use iroha_config_base::{read::ConfigReader, toml::TomlSource, util::Bytes, WithOrigin};
use iroha_config_base::{read::ConfigReader, toml::TomlSource, WithOrigin};
use iroha_crypto::{KeyPair, PublicKey};
use iroha_data_model::{
metadata::Limits as MetadataLimits, peer::PeerId, transaction::TransactionLimits, ChainId,
Expand Down

0 comments on commit 4d9d412

Please sign in to comment.