Skip to content

Commit f6754af

Browse files
committed
Fix lint and type issues
1 parent 96412ee commit f6754af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Write the date in place of the "Unreleased" in the case a new version is release
1010
- Optional `persist` query parameter to PUT and PATCH /array/... routes, and
1111
the corresponding DaskArrayClient methods: `write`, `write_block`, `patch`.
1212
- Added new delete:node and delete:revision scopes
13-
- Add ExternalPolicyDecision for authorization and an example working with Open Policy Agent
13+
- Add ExternalPolicyDecisionPoint for authorization and an example working with Open Policy Agent
1414

1515
### Changed
1616

tiled/access_control/access_policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ async def _get_external_decision(
468468
decision_endpoint: str,
469469
principal: Principal,
470470
access_blob: Optional[AccessBlob] = None,
471-
) -> Optional[List[str] | bool]:
471+
) -> Optional[Union[List[str], bool]]:
472472
input = Input(
473473
input=Data(
474474
token=self._identifier(principal),

0 commit comments

Comments
 (0)