Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Nov 23, 2023
1 parent f9b6a21 commit db8241a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/unit/root/flowrate/FlowRateWithdrawalQueue.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ pragma solidity 0.8.19;
import "forge-std/Test.sol";

import {FlowRateWithdrawalQueue} from "../../../../src/root/flowrate/FlowRateWithdrawalQueue.sol";
import {
IFlowRateWithdrawalQueueEvents,
IFlowRateWithdrawalQueueErrors
} from "../../../../src/root/flowrate/FlowRateWithdrawalQueue.sol";
import {IFlowRateWithdrawalQueueErrors} from "../../../../src/root/flowrate/FlowRateWithdrawalQueue.sol";

contract FlowRateWithdrawalQueueT is FlowRateWithdrawalQueue {
uint256 public constant DEFAULT_WITHDRAW_DELAY = 60 * 60 * 24;
Expand Down

0 comments on commit db8241a

Please sign in to comment.