re-al-Foundation / rwa-contracts

0 stars 0 forks source link

[EIW-01S] Redundant Import #82

Closed chasebrownn closed 5 months ago

chasebrownn commented 5 months ago

EIW-01S: Redundant Import

Type Severity Location
Code Style ExactInputWrapper.sol:L6

Description:

The referenced import statement remains unutilized in the codebase.

Example:

import { AccessControlUpgradeable } from "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol";

Recommendation:

We advise it to either be properly utilized or to be omitted, either of which we consider an adequate resolution to this exhibit.

chasebrownn commented 5 months ago

Resolved