Skip to content

Commit 5f2a7de

Browse files
committed
fixed linting
1 parent ca1eddc commit 5f2a7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/token/src/erc721/extensions/erc721_uri_storage.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ pub mod ERC721URIStorageComponent {
1111
use openzeppelin::token::erc721::ERC721Component::InternalImpl as ERC721Impl;
1212
use openzeppelin::token::erc721::interface::IERC721Metadata;
1313
use openzeppelin::token::erc721::{ERC721Component, ERC721HooksEmptyImpl};
14-
use starknet::storage::Map;
1514
use starknet::ContractAddress;
15+
use starknet::storage::Map;
1616

1717
#[storage]
1818
struct Storage {

0 commit comments

Comments
 (0)