Skip to content

Commit

Permalink
Adjust an import path
Browse files Browse the repository at this point in the history
  • Loading branch information
cristovaoth committed Nov 4, 2023
1 parent bdc79e0 commit 53402f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/Delay.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity >=0.8.0;

import {Enum} from "@gnosis.pm/safe-contracts/contracts/common/Enum.sol";
import {Modifier} from "@gnosis.pm/zodiac/contracts/core/Modifier.sol";
import {Enum, Modifier} from "@gnosis.pm/zodiac/contracts/core/Modifier.sol";

contract Delay is Modifier {
event DelaySetup(
Expand Down

0 comments on commit 53402f6

Please sign in to comment.