Skip to content

Commit

Permalink
chore: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhuynh3103 committed Jun 27, 2024
1 parent 839ba1b commit 2deff4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mock/launchpad/SampleNFT721Launchpad.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity ^0.8.19;

import { SampleERC721 } from "../SampleERC721.sol";
import { ERC165 } from "@openzeppelin/contracts/utils/introspection/ERC165.sol";

import { SampleERC721 } from "../SampleERC721.sol";
import { ERC721Common } from "../../ERC721Common.sol";
Expand Down

0 comments on commit 2deff4a

Please sign in to comment.