olavolav / uniplot

Lightweight plotting to the terminal. 4x resolution via Unicode.
MIT License
343 stars 16 forks source link

added __all__ statement to fix language server complaint when using `from uniplot import plot` #18

Closed h0uter closed 1 year ago

h0uter commented 1 year ago

added all statement to fix language server complaint when using from uniplot import plot

olavolav commented 1 year ago

@h0uter Interesting, and thanks for the PR! Haven't seen that warning myself, would you perhaps have a screenshot of it?

olavolav commented 1 year ago

Think I found what you mean:

h0uter commented 1 year ago
image image

looks like you already found it, but here's two screens of the error my language server (pylance) gave.