Closed sherlock-admin4 closed 1 month ago
Happy Green Chimpanzee
Low/Info
Redundant import statement. Consider removing it.
for reducing redundancy
-Found in Line- 4
import {ERC20} from '@openzeppelin/contracts/token/ERC20/ERC20.sol';`
-Found in Line: 5
import {IERC721} from '@openzeppelin/contracts/token/ERC721/IERC721.sol';
VS Code
Remove this to reduce redundancy in imports
Happy Green Chimpanzee
Low/Info
Unused Imports
Summary
Redundant import statement. Consider removing it.
Vulnerability Detail
Redundant import statement. Consider removing it.
Impact
for reducing redundancy
Code Snippet
-Found in Line- 4
-Found in Line: 5
Tool used
VS Code
Recommendation
Remove this to reduce redundancy in imports