We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206d73b commit 379d9ceCopy full SHA for 379d9ce
src/trio/__init__.py
@@ -104,9 +104,6 @@
104
sleep_forever as sleep_forever,
105
sleep_until as sleep_until,
106
)
107
-
108
-# pyright explicitly does not care about `__version__`
109
-# see https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#type-completeness
110
from ._version import __version__ as __version__
111
112
# Not imported by default, but mentioned here so static analysis tools like
0 commit comments