Skip to content

Commit 379d9ce

Browse files
committed
Remove comment
1 parent 206d73b commit 379d9ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/trio/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@
104104
sleep_forever as sleep_forever,
105105
sleep_until as sleep_until,
106106
)
107-
108-
# pyright explicitly does not care about `__version__`
109-
# see https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#type-completeness
110107
from ._version import __version__ as __version__
111108

112109
# Not imported by default, but mentioned here so static analysis tools like

0 commit comments

Comments
 (0)