Skip to content

Commit

Permalink
refactor: remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Feb 5, 2025
1 parent fda33bb commit 574af61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import "dss-exec-lib/DssAction.sol";

import { GemAbstract } from "dss-interfaces/ERC/GemAbstract.sol";
import { DaiJoinAbstract } from "dss-interfaces/dss/DaiJoinAbstract.sol";
import { VatAbstract } from "dss-interfaces/dss/VatAbstract.sol";

interface DaiUsdsLike {
function daiToUsds(address usr, uint256 wad) external;
Expand Down

0 comments on commit 574af61

Please sign in to comment.