Skip to content

Commit

Permalink
delete duplicate import of BaseModule (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Senn <[email protected]>
  • Loading branch information
SennYagami and Senn authored May 7, 2024
1 parent ba6b0e8 commit e339f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/modules/royalty/RoyaltyModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { ILicenseRegistry } from "../../interfaces/registries/ILicenseRegistry.s
import { ILicensingModule } from "../../interfaces/modules/licensing/ILicensingModule.sol";
import { Errors } from "../../lib/Errors.sol";
import { ROYALTY_MODULE_KEY } from "../../lib/modules/Module.sol";
import { BaseModule } from "../BaseModule.sol";
import { ProtocolPausableUpgradeable } from "../../pause/ProtocolPausableUpgradeable.sol";

/// @title Story Protocol Royalty Module
Expand Down

0 comments on commit e339f06

Please sign in to comment.