Skip to content

Commit

Permalink
cleanup imports in Authorization base contract
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaszimmermann committed Sep 5, 2024
1 parent 0327bbf commit 0796e37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contracts/authorization/Authorization.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ pragma solidity ^0.8.20;

import {IAuthorization} from "./IAuthorization.sol";

import {ObjectType, ObjectTypeLib} from "../type/ObjectType.sol";
import {ObjectType} from "../type/ObjectType.sol";
import {RoleId, RoleIdLib} from "../type/RoleId.sol";
import {SelectorLib} from "../type/Selector.sol";
import {ServiceAuthorization} from "../authorization/ServiceAuthorization.sol";
import {Str, StrLib} from "../type/String.sol";
import {TimestampLib} from "../type/Timestamp.sol";
import {VersionPart, VersionPartLib} from "../type/Version.sol";


contract Authorization is
Expand Down

0 comments on commit 0796e37

Please sign in to comment.