Skip to content

Commit

Permalink
Contract doesn't need to import itself
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Oct 17, 2023
1 parent bde40a0 commit 055738b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/mixin/ForkableStructure.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity ^0.8.20;

import {IForkableStructure} from "../interfaces/IForkableStructure.sol";
import {Initializable} from "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
import {ForkableStructure} from "./ForkableStructure.sol";
import {CreateChildren} from "../lib/CreateChildren.sol";

contract ForkableStructure is IForkableStructure, Initializable {
Expand Down

0 comments on commit 055738b

Please sign in to comment.