Commit 4b28530
committed
fix: properly initialize _single_context to resolve IDE warnings
- Changed _single_context declaration to proper initialization with conditional expression
- Eliminates 'unknown variable' warnings in IDEs
- Maintains same functionality with cleaner, more explicit initialization
- Improves code readability and type checker satisfaction1 parent ba7b5ad commit 4b28530
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
0 commit comments