Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Jan 20, 2025
1 parent f97063a commit 57e3c2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/paranets/Paranet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {IVersioned} from "../interfaces/IVersioned.sol";
import {ParanetLib} from "../libraries/ParanetLib.sol";
import {ProfileLib} from "../libraries/ProfileLib.sol";
import {KnowledgeCollectionLib} from "../libraries/KnowledgeCollectionLib.sol";
import {IERC721} from "@openzeppelin/contracts/token/ERC721/IERC721.sol";

contract Paranet is INamed, IVersioned, ContractStatus, IInitializable {
event ParanetRegistered(
Expand Down

0 comments on commit 57e3c2b

Please sign in to comment.