Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Richardson <[email protected]>
  • Loading branch information
awrichar committed Dec 2, 2024
1 parent 120d58f commit f75a345
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions solidity/contracts/shared/Atom.sol
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.20;

import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {IERC721} from "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import {ERC1967Proxy} from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
import {Initializable} from "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
import {INoto} from "../domains/interfaces/INoto.sol";

contract Atom is Initializable {
uint256 private _operationCount;
Expand Down

0 comments on commit f75a345

Please sign in to comment.