Skip to content

Commit

Permalink
dict to Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tribble committed Aug 14, 2024
1 parent e4c1c80 commit 0e5181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workos/fga.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def query(
order (str): The order in which to return resources.
before (str): A cursor to return resources before. (Optional)
after (str): A cursor to return resources after. (Optional)
context (dict): A dictionary containing additional context. (Optional)
context (Mapping): A dictionary containing additional context. (Optional)
warrant_token (str): Optional token to specify desired read consistency. (Optional)
Returns:
Expand Down

0 comments on commit 0e5181f

Please sign in to comment.