Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed May 28, 2024
1 parent 3efb119 commit 5d433d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/COWShed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ICOWAuthHook, Call } from "./ICOWAuthHook.sol";
import { LibAuthenticatedHooks } from "./LibAuthenticatedHooks.sol";
import { COWShedStorage, IMPLEMENTATION_STORAGE_SLOT } from "./COWShedStorage.sol";
import { REVERSE_REGISTRAR } from "./ens.sol";
import { LibBitmap } from "solady/utils/LibBitmap.sol";

contract COWShed is ICOWAuthHook, COWShedStorage {
error InvalidSignature();
Expand Down

0 comments on commit 5d433d5

Please sign in to comment.