Skip to content

Commit

Permalink
cleanup(VaultFactoryTest): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Jan 23, 2024
1 parent 300a296 commit dd14d2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/VaultFactory.t.sol
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit dd14d2e

Please sign in to comment.