Remove unused imports with solhint plus extra rules (#5661)

This commit is contained in:
Ernesto García
2025-05-07 10:23:49 -06:00
committed by GitHub
parent 6bcc3a470d
commit 4aaf40ac5d
16 changed files with 10 additions and 19 deletions

View File

@ -5,7 +5,6 @@ pragma solidity ^0.8.20;
import {Test} from "forge-std/Test.sol";
import {P256} from "@openzeppelin/contracts/utils/cryptography/P256.sol";
import {Math} from "@openzeppelin/contracts/utils/math/Math.sol";
import {Errors} from "@openzeppelin/contracts/utils/Errors.sol";
contract P256Test is Test {