Skip to content

Commit 18cf547

Browse files
committed
Ignore PLW0108 error
1 parent 2df879c commit 18cf547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ async def send(
270270

271271

272272
aiofiles.threadpool.wrap.register(MagicMock)(
273-
lambda *args, **kwargs: aiofiles.threadpool.AsyncBufferedIOBase(*args, **kwargs) # pylint: disable=unnecessary-lambda
273+
lambda *args, **kwargs: aiofiles.threadpool.AsyncBufferedIOBase(*args, **kwargs) # noqa: PLW0108 pylint: disable=unnecessary-lambda
274274
)
275275

276276

0 commit comments

Comments
 (0)