Commit 4e45473
Align __exit__ typing with repo convention (BlobPayloadStore)
Use `*args: object` for the `__exit__` parameters instead of leaving
them untyped. This matches the most recent context-manager class in
the repo (`durabletask/extensions/azure_blob_payloads/blob_payload_store.py`),
is more type-safe under Pylance/mypy, and avoids the parameter
shadowing of the builtin `type` that exists in
`TaskHubGrpcWorker.__exit__`. Behavior is unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6467377 commit 4e45473
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
0 commit comments