Skip to content

Commit bbf8348

Browse files
committed
Cleanup
1 parent c17a5ae commit bbf8348

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_base_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ def return_retryable_response(cls):
398398
response._content = b''
399399
response.status_code = 429
400400
response.headers = {'Retry-After': '1'}
401-
# response.reason = 'Too Many Requests'
402401
response.url = 'http://test.com/'
403402

404403
response.request = PreparedRequest()

0 commit comments

Comments
 (0)