Skip to content

Commit eb597a2

Browse files
committed
Remove unused imports (#6227)
1 parent 4eb60ff commit eb597a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contracts/access/AccessControl.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pragma solidity ^0.8.20;
55

66
import {IAccessControl} from "./IAccessControl.sol";
77
import {Context} from "../utils/Context.sol";
8-
import {IERC165, ERC165} from "../utils/introspection/ERC165.sol";
8+
import {ERC165} from "../utils/introspection/ERC165.sol";
99

1010
/**
1111
* @dev Contract module that allows children to implement role-based access

contracts/utils/cryptography/TrieProof.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// OpenZeppelin Contracts (last updated v5.6.0-rc.0) (utils/cryptography/TrieProof.sol)
33
pragma solidity ^0.8.27;
44

5-
import {Math} from "../math/Math.sol";
65
import {Bytes} from "../Bytes.sol";
76
import {Memory} from "../Memory.sol";
87
import {RLP} from "../RLP.sol";

0 commit comments

Comments
 (0)