Commit 9d09336
fix: resolve mypy no-any-return in _register_updated_task_definition
Annotate new_arn as Optional[str] to satisfy mypy's no-any-return check
on the dict.get() chain from boto3 response.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b3a7232 commit 9d09336
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments