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 aa4f62b commit 490c410Copy full SHA for 490c410
uvloop/__init__.py
@@ -2,9 +2,9 @@
2
3
from asyncio.events import BaseDefaultEventLoopPolicy as __BasePolicy
4
5
-from . import includes as __includes
6
-from . import _patch
7
-from .loop import Loop as __BaseLoop, Future
+from . import includes as __includes # NOQA
+from . import _patch # NOQA
+from .loop import Loop as __BaseLoop, Future # NOQA
8
9
10
__all__ = ('new_event_loop', 'EventLoopPolicy')
0 commit comments