Skip to content

Commit

Permalink
fix: remove unnecessary dependency for interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspang committed Oct 5, 2023
1 parent 94c6923 commit ae7b580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IRadarEditions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {EditionsRoles} from "./Editions/EditionsRoles.sol";
import {IEditions} from "./Editions/IEditions.sol";
import {IBeliefs} from "./Beliefs/IBeliefs.sol";

interface IRadarEditions is IEditions, IBeliefs {
interface IRadarEditions {
function setURI(string memory newuri) external;

function setProtocolFee(uint256 _protocolFee) external;
Expand Down

0 comments on commit ae7b580

Please sign in to comment.