Commit 12e1362
committed
Fix process status return type annotation
- Fix get_process_status return type: dict[str, Any] | None
- Function returns None when pid not found, or dict when found
- Corrects semantics from 'dict with nullable values' to 'optional dict'
Completes all critical typing issues from PR review comments1 parent 1ef10d5 commit 12e1362
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments