File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ async def main():
142142 # Enter a context with an instance of the OpenFgaClient
143143 async with OpenFgaClient(configuration) as fga_client:
144144 api_response = await fga_client.read_authorization_models()
145- await fga_client.close()
146145 return api_response
147146```
148147
@@ -168,7 +167,6 @@ async def main():
168167 # Enter a context with an instance of the OpenFgaClient
169168 async with OpenFgaClient(configuration) as fga_client:
170169 api_response = await fga_client.read_authorization_models()
171- await fga_client.close()
172170 return api_response
173171```
174172
@@ -197,7 +195,6 @@ async def main():
197195 # Enter a context with an instance of the OpenFgaClient
198196 async with OpenFgaClient(configuration) as fga_client:
199197 api_response = await fga_client.read_authorization_models()
200- await fga_client.close()
201198 return api_response
202199```
203200
You can’t perform that action at this time.
0 commit comments