mirror of https://github.com/logos-co/staking.git
cleanup(VaultFactoryTest): remove unused import
This commit is contained in:
parent
4e411f2b37
commit
62f908eb34
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue