Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 761c851

Browse files
committed
correct import
1 parent 8883bca commit 761c851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parity/configuration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,9 +1202,9 @@ mod tests {
12021202
use parity_rpc::NetworkSettings;
12031203
use updater::{UpdatePolicy, UpdateFilter, ReleaseTrack};
12041204
use types::ids::BlockId;
1205-
1205+
use client_traits::DataFormat;
12061206
use account::{AccountCmd, NewAccount, ImportAccounts, ListAccounts};
1207-
use blockchain::{BlockchainCmd, ImportBlockchain, ExportBlockchain, DataFormat, ExportState};
1207+
use blockchain::{BlockchainCmd, ImportBlockchain, ExportBlockchain, ExportState};
12081208
use cli::Args;
12091209
use dir::{Directories, default_hypervisor_path};
12101210
use helpers::{default_network_config};

0 commit comments

Comments
 (0)