Skip to content

Commit 9146e02

Browse files
exempt pika manager from code coverage #nolog
1 parent d984f32 commit 9146e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socketio/asyncio_aiopika_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
aio_pika = None
1010

1111

12-
class AsyncAioPikaManager(AsyncPubSubManager):
12+
class AsyncAioPikaManager(AsyncPubSubManager): # pragma: no cover
1313
"""Client manager that uses aio_pika for inter-process messaging under
1414
asyncio.
1515

0 commit comments

Comments
 (0)