Skip to content

Commit

Permalink
⚰️ remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkac committed Mar 21, 2024
1 parent b86478e commit b430b20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/contract.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ trait IOffsetCertificate<ContractState> {

#[starknet::contract]
mod OffsetCertificatePoc {
use core::traits::Into;
use openzeppelin::token::erc721::interface::IERC721Metadata;
use openzeppelin::introspection::src5::SRC5Component;
use openzeppelin::token::erc721::ERC721Component;

Expand Down

0 comments on commit b430b20

Please sign in to comment.