Skip to content

Commit

Permalink
fix: broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Jan 31, 2025
1 parent a16d00e commit c8f3312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/utils/debug.cairo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#[starknet::contract]
mod test_debug_print {
use hdp_cairo::HDP;
use hdp_cairo::debug::{print, print_array};
use core::fmt::{Display, Formatter, Error};

Expand Down

0 comments on commit c8f3312

Please sign in to comment.