Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed May 29, 2023
1 parent 7c16ce4 commit 6bf4d00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eth-connector-tests/src/migration.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::utils::TestContract;
use aurora_engine_migration_tool::{BorshDeserialize, StateData};
use aurora_engine_types::types::NEP141Wei;
use aurora_engine_migration_tool::{BorshDeserialize, NEP141Wei, StateData};
use aurora_workspace_eth_connector::types::{MigrationCheckResult, MigrationInputData};
use near_sdk::{AccountId, Balance};
use std::collections::HashMap;
Expand Down

0 comments on commit 6bf4d00

Please sign in to comment.