Skip to content

Commit 0066d17

Browse files
committed
add noqa
1 parent 472ac3b commit 0066d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_reconnect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class FakeConnectionManager:
3030
def __init__(self, socket):
3131
self._socket = socket
3232

33+
# noqa: PLR0913, Too many arguments
3334
def get_socket(
3435
self,
3536
host: str,

0 commit comments

Comments
 (0)