Skip to content

Commit ee8e4c6

Browse files
committed
linting
1 parent aa7aa8f commit ee8e4c6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

zkstack_cli/crates/zkstack/src/commands/ecosystem/init.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::{path::PathBuf, str::FromStr};
22

3-
use anyhow::Context;
43
use xshell::Shell;
54
use zkstack_cli_common::{
65
contracts::rebuild_all_contracts, forge::ForgeScriptArgs, logger, spinner::Spinner, Prompt,
@@ -19,7 +18,7 @@ use super::{
1918
setup_observability,
2019
};
2120
use crate::{
22-
admin_functions::{accept_admin, accept_owner, accept_owner_aggregated},
21+
admin_functions::{accept_admin, accept_owner_aggregated},
2322
commands::{
2423
ctm::commands::init_new_ctm::deploy_new_ctm_and_accept_admin,
2524
ecosystem::{

zkstack_cli/crates/zkstack/src/commands/ecosystem/init_core_contracts.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use anyhow::Context;
21
use xshell::Shell;
32
use zkstack_cli_common::{forge::ForgeScriptArgs, logger, spinner::Spinner};
43
use zkstack_cli_config::{
@@ -8,7 +7,7 @@ use zkstack_cli_config::{
87
use zkstack_cli_types::VMOption;
98

109
use crate::{
11-
admin_functions::{accept_admin, accept_owner, accept_owner_aggregated},
10+
admin_functions::{accept_admin, accept_owner_aggregated},
1211
commands::ecosystem::{
1312
args::init::{InitCoreContractsArgs, InitCoreContractsArgsFinal},
1413
common::{deploy_erc20, deploy_l1_core_contracts},

0 commit comments

Comments
 (0)