Skip to content

Commit

Permalink
Remove unneeded exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkcoffee committed Oct 22, 2024
1 parent a895d97 commit 5be0c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/access/MintingAccessControl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity 0.8.19;

// solhint-disable no-unused-import
import {AccessControlEnumerable} from "@openzeppelin/contracts/access/AccessControlEnumerable.sol";

abstract contract MintingAccessControl is AccessControlEnumerable {
Expand Down

0 comments on commit 5be0c9b

Please sign in to comment.