Skip to content

Commit d27938b

Browse files
committed
Fix more CI requirements
1 parent c73e0e9 commit d27938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chunked_redirect_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
)
9999

100100

101-
class MocketRecvInto(mocket.Mocket):
101+
class MocketRecvInto(mocket.Mocket): # pylint: disable=too-few-public-methods
102102
"""A special Mocket to cap the number of bytes returned from recv_into()"""
103103

104104
def __init__(self, response):

0 commit comments

Comments
 (0)