We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb60ff commit eb597a2Copy full SHA for eb597a2
contracts/access/AccessControl.sol
@@ -5,7 +5,7 @@ pragma solidity ^0.8.20;
5
6
import {IAccessControl} from "./IAccessControl.sol";
7
import {Context} from "../utils/Context.sol";
8
-import {IERC165, ERC165} from "../utils/introspection/ERC165.sol";
+import {ERC165} from "../utils/introspection/ERC165.sol";
9
10
/**
11
* @dev Contract module that allows children to implement role-based access
contracts/utils/cryptography/TrieProof.sol
@@ -2,7 +2,6 @@
2
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (utils/cryptography/TrieProof.sol)
3
pragma solidity ^0.8.27;
4
-import {Math} from "../math/Math.sol";
import {Bytes} from "../Bytes.sol";
import {Memory} from "../Memory.sol";
import {RLP} from "../RLP.sol";
0 commit comments