Skip to content

Commit

Permalink
Fix broken import in flask_aserto.aio
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Nov 28, 2023
1 parent c7b94a5 commit 6410923
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/flask-aserto/src/flask_aserto/aio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from functools import wraps
from typing import Any, Awaitable, Callable, Optional, TypeVar, Union, cast, overload

from aserto.client import AuthorizerOptions, Identity, ResourceContext
from aserto.client import AuthorizerOptions, Identity, IdentityType, ResourceContext
from aserto.client.authorizer.aio import AuthorizerClient
from flask import Flask, jsonify
from flask.wrappers import Response
Expand All @@ -13,7 +13,6 @@
DEFAULT_RESOURCE_CONTEXT_PROVIDER_FOR_DISPLAY_STATE_MAP,
DEFAULT_RESOURCE_CONTEXT_PROVIDER_FOR_ENDPOINT,
IdentityMapper,
IdentityType,
ResourceMapper,
StringMapper,
create_default_policy_path_resolver,
Expand Down

0 comments on commit 6410923

Please sign in to comment.