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
Example: stubs/paramiko/paramiko/kex_ecdh_nist.pyi contains imports from cryptography, but pyright can't find cryptograpy, probably because it's "hidden" in stubs/cryptography. Cc @erictraut and @jakebailey: Do you have any ideas how we could fix this?
Example:
stubs/paramiko/paramiko/kex_ecdh_nist.pyicontains imports fromcryptography, but pyright can't findcryptograpy, probably because it's "hidden" instubs/cryptography. Cc @erictraut and @jakebailey: Do you have any ideas how we could fix this?