cleanup(VaultFactoryTest): remove unused import

This commit is contained in:
r4bbit 2024-01-15 12:25:11 +01:00
parent 300a296137
commit dd14d2e9fc
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.19;
import { ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import { Test } from "forge-std/Test.sol";
import { Deploy } from "../script/Deploy.s.sol";
import { DeploymentConfig } from "../script/DeploymentConfig.s.sol";