apod-api
apod-api copied to clipboard
Formatting and Pytests
- Added urllib3 to requirements.txt
- Abbreviated props dictionary creation as dictionary literal in utility.py
- Fixed typo in get_explanation function
- Made formatting PEP 8 compliant
Can you explain all the changes to the requirements.txt file. It isn't just the addition of urllib3.
Can you explain all the changes to the requirements.txt file. It isn't just the addition of urllib3.
hmm I only intended to add urllib3, not sure why more than that was changed :)
Would be happy to put more work in, thanks.
Can you explain all the changes to the requirements.txt file. It isn't just the addition of urllib3.
hmm I only intended to add urllib3, not sure why more than that was changed :)
This PR has been open for more than 1.5 years. Is it still relevant ?
Can you explain all the changes to the requirements.txt file. It isn't just the addition of urllib3.
hmm I only intended to add urllib3, not sure why more than that was changed :)
This PR has been open for more than 1.5 years. Is it still relevant ?
I think so, the last sentence in the readme says, "If you would like to contribute, right now we could use some attention to the tests." which is what this PR aims to develop.