Skip to content

Commit

Permalink
I10: Unused using-for directive
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Jul 24, 2024
1 parent 5ec1cfa commit cef7751
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/handlers/SafeRecoverySubjectHandler.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.25;

import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
import { IEmailRecoverySubjectHandler } from "../interfaces/IEmailRecoverySubjectHandler.sol";
import { ISafe } from "../interfaces/ISafe.sol";
import { EmailRecoveryManager } from "../EmailRecoveryManager.sol";
Expand All @@ -11,8 +10,6 @@ import { EmailRecoveryManager } from "../EmailRecoveryManager.sol";
* This is a custom subject handler that will work with Safes and defines custom validation.
*/
contract SafeRecoverySubjectHandler is IEmailRecoverySubjectHandler {
using Strings for uint256;

error InvalidSubjectParams();
error InvalidTemplateIndex();
error InvalidOldOwner();
Expand Down

0 comments on commit cef7751

Please sign in to comment.