Skip to content

Commit 64e89ea

Browse files
committed
Add uvloop.run to uvloop.__all__
1 parent d66df03 commit 64e89ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from ._version import __version__ # NOQA
99

1010

11-
__all__: _typing.Tuple[str, ...] = ('new_event_loop',)
11+
__all__: _typing.Tuple[str, ...] = ('new_event_loop', 'run')
1212
_AbstractEventLoop = __asyncio.AbstractEventLoop
1313

1414

0 commit comments

Comments
 (0)