Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bghughes committed May 24, 2022
1 parent 9cb09b2 commit 6a0e1d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/rubiconPools/BathHouse.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import "./BathToken.sol";
import "../interfaces/IBathPair.sol";
import "../interfaces/IBathToken.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/proxy/TransparentUpgradeableProxy.sol";

contract BathHouse {
Expand Down

0 comments on commit 6a0e1d8

Please sign in to comment.