Skip to content

Commit e5b0004

Browse files
authored
Update __init__.py
1 parent 67dc3ca commit e5b0004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-ecosys/requests/requests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def request(
4747
if headers is None:
4848
headers = {}
4949
else:
50-
headers = headers.copy() # local copy so we don't extend caller's
50+
headers = headers.copy()
5151

5252
redirect = None # redirection url, None means no redirection
5353
chunked_data = data and getattr(data, "__next__", None) and not getattr(data, "__len__", None)

0 commit comments

Comments
 (0)