Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Jul 16, 2023
1 parent d3cd560 commit 6a47d12
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#[starknet::contract]
mod PetRegistry {
use starknet::get_caller_address;
use starknet::ContractAddress;
use poseidon::poseidon_hash_span;
use serde::Serde;
use array::ArrayTrait;
Expand Down

0 comments on commit 6a47d12

Please sign in to comment.