Skip to content

Commit

Permalink
Fix imports after non rebased merge (#4529)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer authored Oct 3, 2024
1 parent 985c25f commit b27038b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from infrahub.core.constants import GlobalPermissions
from infrahub.database import InfrahubDatabase
from infrahub.exceptions import PermissionDeniedError
from infrahub.graphql import GraphqlParams
from infrahub.graphql.analyzer import InfrahubGraphQLQueryAnalyzer
from infrahub.graphql.initialization import GraphqlParams

from .interface import CheckerResolution, GraphQLQueryPermissionCheckerInterface

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
from infrahub.core.node import Node
from infrahub.core.registry import registry
from infrahub.exceptions import PermissionDeniedError
from infrahub.graphql import GraphqlParams
from infrahub.graphql.analyzer import InfrahubGraphQLQueryAnalyzer
from infrahub.graphql.auth.query_permission_checker.interface import CheckerResolution
from infrahub.graphql.auth.query_permission_checker.merge_operation_checker import MergeBranchPermissionChecker
from infrahub.graphql.initialization import GraphqlParams
from infrahub.permissions.local_backend import LocalPermissionBackend

if TYPE_CHECKING:
Expand Down

0 comments on commit b27038b

Please sign in to comment.