Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kkawula committed Jan 9, 2025
1 parent d6f8035 commit 47a6b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sncast/src/starknet_commands/multicall/run.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::starknet_commands::invoke::{execute_calls, InvokeVersion};
use crate::starknet_commands::invoke::{execute_calls, InvokeVersion, parse_version};
use anyhow::anyhow;
use anyhow::{Context, Result};
use camino::Utf8PathBuf;
Expand Down

0 comments on commit 47a6b55

Please sign in to comment.