Pylance complains about types #655
Unanswered
anirudhkrishnan2718
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Pylance in VScode complains about ultraplot, likely because of the custom lazy loading implementation. Also, ultraplot functions do not support the Ctrl + Click 'Go to definition' action, or support hovering over the function to open documentation.
Adding a #type: ignore to the end of the ultraplot function call line stops Pylance complaining.

Please delete if this is off-topic
Beta Was this translation helpful? Give feedback.
All reactions