Skip to content

Commit

Permalink
Merge branch 'main' into fix/list_users-accept-fgaobject-for-users
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Jun 14, 2024
2 parents 359ea33 + 326fd27 commit dec3ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfga_sdk/client/models/tuple.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
user: str,
relation: str,
object: str,
condition: RelationshipCondition = None,
condition: RelationshipCondition | None = None,
):
self._user = user
self._relation = relation
Expand Down

0 comments on commit dec3ef3

Please sign in to comment.