mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
missed one
This commit is contained in:
@@ -342,7 +342,6 @@ def delete(url, params={}, headers={}, auth=None):
|
||||
|
||||
r.url = url
|
||||
r.method = 'DELETE'
|
||||
# return response object
|
||||
|
||||
r.headers = headers
|
||||
r.auth = _detect_auth(url, auth)
|
||||
|
||||
Reference in New Issue
Block a user