We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d984f32 commit 9146e02Copy full SHA for 9146e02
socketio/asyncio_aiopika_manager.py
@@ -9,7 +9,7 @@
9
aio_pika = None
10
11
12
-class AsyncAioPikaManager(AsyncPubSubManager):
+class AsyncAioPikaManager(AsyncPubSubManager): # pragma: no cover
13
"""Client manager that uses aio_pika for inter-process messaging under
14
asyncio.
15
0 commit comments