Skip to content

Commit 59ac01c

Browse files
committed
chore: update readme import error
1 parent c87c8d2 commit 59ac01c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ List the users who have a certain relation to a particular type.
10601060
```python
10611061
from openfga_sdk import OpenFgaClient
10621062
from openfga_sdk.models.fga_object import FgaObject
1063-
from openfga_sdk.client.models import ClientListUsersRequest, ClientTuple
1063+
from openfga_sdk.client.models.list_users_request import ClientListUsersRequest, ClientTuple
10641064

10651065
configuration = ClientConfiguration(
10661066
api_url=FGA_API_URL,

0 commit comments

Comments
 (0)