Skip to content

Commit

Permalink
fix: solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
adu-web3 committed Sep 9, 2024
1 parent 3cb88fb commit 96b8e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/CustomTimelockController.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

import "@openzeppelin/contracts/governance/TimelockController.sol";
import {TimelockController} from "@openzeppelin/contracts/governance/TimelockController.sol";

interface IPausable {

Expand Down

0 comments on commit 96b8e7c

Please sign in to comment.