Skip to content

Commit

Permalink
Remove SubnetID from import
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkolegov committed Jan 8, 2024
1 parent 8136cec commit 119dd4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/structs/Subnet.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity 0.8.19;

import {SubnetID} from "./Subnet.sol";
import {FvmAddress} from "./FvmAddress.sol";
import {MaxPQ} from "../lib/priority/LibMaxPQ.sol";
import {MinPQ} from "../lib/priority/LibMinPQ.sol";
Expand Down

0 comments on commit 119dd4a

Please sign in to comment.