requests
requests copied to clipboard
url param gets added when empty param is passed
Have added the fix for the issue mentioned here - https://github.com/psf/requests/issues/6557
Since empty lists, dicts, tuples aren't of none type they should be added in the url string.