Remove unused imports (#4436)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Ernesto García
2023-07-11 11:51:40 -06:00
committed by GitHub
parent 3d0edbecf1
commit 24ebff5ae9
9 changed files with 4 additions and 9 deletions

View File

@ -3,7 +3,6 @@ pragma solidity ^0.8.19;
import {ERC4626Test} from "erc4626-tests/ERC4626.test.sol";
import {SafeCast} from "openzeppelin/utils/math/SafeCast.sol";
import {ERC20} from "openzeppelin/token/ERC20/ERC20.sol";
import {ERC4626} from "openzeppelin/token/ERC20/extensions/ERC4626.sol";