Skip to content

Commit 490c410

Browse files
committed
Silence linter for uvloop/__init__.py
1 parent aa4f62b commit 490c410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uvloop/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
from asyncio.events import BaseDefaultEventLoopPolicy as __BasePolicy
44

5-
from . import includes as __includes
6-
from . import _patch
7-
from .loop import Loop as __BaseLoop, Future
5+
from . import includes as __includes # NOQA
6+
from . import _patch # NOQA
7+
from .loop import Loop as __BaseLoop, Future # NOQA
88

99

1010
__all__ = ('new_event_loop', 'EventLoopPolicy')

0 commit comments

Comments
 (0)