Commit e800221
committed
fix(typing): Use subscript access for required event_id in delayed_processing
`event_id` is a required key in `EventData` TypedDict, so use
`instance_data["event_id"]` instead of `.get()`. Remove the dead
None-check branch since it can never be reached.
Ref: #1077271 parent abcaf47 commit e800221
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | 303 | | |
311 | 304 | | |
312 | 305 | | |
| |||
0 commit comments