You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <chopps@labn.net>
0 commit comments