sherlock-audit / 2024-08-cork-protocol-judging

2 stars 2 forks source link

Parvez.eth - Unused Imports #269

Closed sherlock-admin3 closed 2 months ago

sherlock-admin3 commented 2 months ago

Parvez.eth

Invalid

Unused Imports

Title

L - 7 Unused Imports

1 Found Instances - Found in src/contracts/core/assets/Asset.sol [Line: 6](https://github.com/sherlock-audit/2024-08-cork-protocol/blob/main/Depeg-swap/contracts/core/assets/Asset.sol#L6) ```solidity import {ERC20FlashMint} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20FlashMint.sol"; ```

Details

Redundant import statement. Consider removing it.

sherlock-admin2 commented 1 month ago

The protocol team fixed this issue in the following PRs/commits: https://github.com/Cork-Technology/Depeg-swap/pull/94