Skip to content

Commit

Permalink
Remove unused import in IAccessManaged (#5170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Aug 29, 2024
1 parent 3547cdc commit 3761947
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/access/manager/IAccessManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

pragma solidity ^0.8.20;

import {IAccessManaged} from "./IAccessManaged.sol";
import {Time} from "../../utils/types/Time.sol";

interface IAccessManager {
Expand Down

0 comments on commit 3761947

Please sign in to comment.