Skip to content

Commit 4654fc8

Browse files
remove redundant import after rebase
1 parent 7e0c821 commit 4654fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ pub use prost::{DecodeError, EncodeError, Message};
99
#[cfg(feature = "services")]
1010
pub mod services {
1111
use crate::{
12-
BlockchainRegionParamsV1, BlockchainRegionParamsV1, BlockchainTokenTypeV1, BlockchainTxn,
13-
BoostedHexDeviceTypeV1, BoostedHexInfoV1, BoostedHexUpdateV1, DataRate, Decimal,
14-
EntropyReportV1, GatewayStakingMode, MapperAttach, Region, RoutingAddress, ServiceProvider,
12+
BlockchainRegionParamsV1, BlockchainTokenTypeV1, BlockchainTxn, BoostedHexDeviceTypeV1,
13+
BoostedHexInfoV1, BoostedHexUpdateV1, DataRate, Decimal, EntropyReportV1,
14+
GatewayStakingMode, MapperAttach, Region, RoutingAddress, ServiceProvider,
1515
};
1616

1717
pub mod iot_config {

0 commit comments

Comments
 (0)