Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
failingtwice committed Jan 28, 2025
1 parent 86f80bf commit a0de885
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/0.8.25/vaults/StakingVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pragma solidity 0.8.25;

import {OwnableUpgradeable} from "contracts/openzeppelin/5.2/upgradeable/access/OwnableUpgradeable.sol";
import {SignatureChecker} from "@openzeppelin/contracts-v5.2/utils/cryptography/SignatureChecker.sol";
import {ERC165} from "@openzeppelin/contracts-v5.2/utils/introspection/ERC165.sol";
import {IERC1271} from "@openzeppelin/contracts-v5.2/interfaces/IERC1271.sol";

import {VaultHub} from "./VaultHub.sol";

Expand Down

0 comments on commit a0de885

Please sign in to comment.