Skip to content

Commit

Permalink
Remove erc20 interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan DesRosier committed Jun 30, 2023
1 parent 61ff9e2 commit 1cdf78e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TwabController.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity 0.8.17;

import { IERC20 } from "openzeppelin/token/ERC20/IERC20.sol";

import { TwabLib } from "./libraries/TwabLib.sol";
import { ObservationLib } from "./libraries/ObservationLib.sol";

Expand Down

0 comments on commit 1cdf78e

Please sign in to comment.