Commit 91067eb
context: use normal type hint rather than forward reference
SNode is imported and available so there's no need to use the "libyang.SNode"
forward reference form. (based)pyright complains about this as it considers
these forward references as `Unknown` -- perhaps it should be smarter, but
that's a different issue.
Signed-off-by: Christian Hopps <[email protected]>1 parent c8313b7 commit 91067eb
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments