Skip to content

Commit

Permalink
refactor: Remove unused imports in IPausableRole
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Apr 8, 2024
1 parent 4a7627f commit a528056
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/interfaces/IPausableRole.sol
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;

import {Currency} from "../types/Currency.sol";
import {IProtocolFeeController} from "./IProtocolFeeController.sol";

interface IPausableRole {
/// @notice Thrown when the caller does not have the pausable role or is not owner
error NoPausableRole();
Expand Down

0 comments on commit a528056

Please sign in to comment.