We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87d2f5 commit 57ae549Copy full SHA for 57ae549
packages/service-library/src/servicelib/long_running_interfaces/_client.py
@@ -294,7 +294,7 @@ async def ensure_result( # type: ignore[valid-type]
294
) from e
295
finally:
296
# when completed remove the task form memory both on the server and the client
297
- # NOTE: unsure if these should be caught and ingored. In the case we decide to
298
- # catch them there should be some automatic cleanup in case the are forgotten
+ # NOTE: unsure if these should be caught and ignored. In the case we decide to
+ # catch them there should be some automatic cleanup in case they are forgotten
299
await self._rpc_interface.remove(unique_id)
300
await self._store_interface.remove(unique_id)
0 commit comments