Unused imports #207
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
duplicate
This issue or pull request already exists
Handle
xYrYuYx
Vulnerability details
Impact
There are some imports which are not used in contracts
https://github.com/code-423n4/2021-11-malt/blob/main/src/contracts/SwingTrader.sol#L9
https://github.com/code-423n4/2021-11-malt/blob/main/src/contracts/TransferService.sol#L5
Tools Used
Manual
Recommended Mitigation Steps
Remove unused imports
The text was updated successfully, but these errors were encountered: