fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
526 stars 57 forks source link

Remove the check which removes `None` values #171

Closed shreve closed 3 months ago

shreve commented 3 months ago

None (null) is a valid value for several GitHub API endpoints. This commit removes a line which strips these valid values from all requests.

(Credit to @reaganbarker for finding this https://github.com/fastai/ghapi/issues/81#issuecomment-1513788513)

Fixes #81

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jph00 commented 3 months ago

Many thanks!