Skip to content

Commit ca9086e

Browse files
committed
chore: clippy
1 parent 7a53c3c commit ca9086e

File tree

1 file changed

+1
-1
lines changed
  • crates/dry_hint_processor/src/syscall_handler/starknet

1 file changed

+1
-1
lines changed

crates/dry_hint_processor/src/syscall_handler/starknet/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use std::env;
22

33
use cairo_vm::{types::relocatable::Relocatable, vm::vm_core::VirtualMachine, Felt252};
44
use reqwest::Url;
5+
use serde_json::Value;
56
use syscall_handler::{traits::CallHandler, SyscallExecutionError, SyscallResult};
67
use types::{
78
cairo::{
@@ -12,7 +13,6 @@ use types::{
1213
keys::starknet::header::{CairoKey, Key},
1314
HERODOTUS_STAGING_INDEXER,
1415
};
15-
use serde_json::Value;
1616

1717
#[derive(Debug, Default)]
1818
pub struct HeaderCallHandler;

0 commit comments

Comments
 (0)