Closed jayanthchandra closed 5 years ago
I noticed that for RequestsWebClientResponse constructor the Optional Argument is not set as None which would cause an issue in later stages when making new development/fixes around that.
RequestsWebClientResponse
https://github.com/berkmancenter/mediacloud-ultimate_sitemap_parser/blob/3c2b076f52ca57412791a21a6cac4210b3468b86/usp/web_client/requests_client.py#L22
This is not an issue, just a suggestion for keeping it clean :)
Thanks, fixed!
I noticed that for
RequestsWebClientResponse
constructor the Optional Argument is not set as None which would cause an issue in later stages when making new development/fixes around that.https://github.com/berkmancenter/mediacloud-ultimate_sitemap_parser/blob/3c2b076f52ca57412791a21a6cac4210b3468b86/usp/web_client/requests_client.py#L22
This is not an issue, just a suggestion for keeping it clean :)