Skip to content

Commit

Permalink
refactor: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Jul 24, 2024
1 parent b176c26 commit 5304f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/DataTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity >=0.8.22;

import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { UD2x18 } from "@prb/math/src/UD2x18.sol";
import { ISablierV2Lockup } from "@sablier/v2-core/src/interfaces/ISablierV2Lockup.sol";
import { Broker, LockupDynamic, LockupLinear, LockupTranched } from "@sablier/v2-core/src/types/DataTypes.sol";

library BatchLockup {
Expand Down

0 comments on commit 5304f81

Please sign in to comment.