diff --git a/README.md b/README.md index f39b9bf..84a6fed 100644 --- a/README.md +++ b/README.md @@ -1060,7 +1060,8 @@ List the users who have a certain relation to a particular type. ```python from openfga_sdk import OpenFgaClient from openfga_sdk.models.fga_object import FgaObject -from openfga_sdk.client.models import ClientListUsersRequest, ClientTuple +from openfga_sdk.client.models import ClientTuple +from openfga_sdk.client.models.list_users_request import ClientListUsersRequest configuration = ClientConfiguration( api_url=FGA_API_URL,