Skip to content

Commit

Permalink
Fix: ClientTuple condition property type (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jun 14, 2024
2 parents 82b1202 + c491b0c commit 326fd27
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 326fd27

Please sign in to comment.