We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df879c commit 18cf547Copy full SHA for 18cf547
tests/test_usb.py
@@ -270,7 +270,7 @@ async def send(
270
271
272
aiofiles.threadpool.wrap.register(MagicMock)(
273
- lambda *args, **kwargs: aiofiles.threadpool.AsyncBufferedIOBase(*args, **kwargs) # pylint: disable=unnecessary-lambda
+ lambda *args, **kwargs: aiofiles.threadpool.AsyncBufferedIOBase(*args, **kwargs) # noqa: PLW0108 pylint: disable=unnecessary-lambda
274
)
275
276
0 commit comments