fastai / ghapi

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

Fix the undefined variable error #78

Closed lemonshir closed 2 years ago

lemonshir commented 3 years ago

Hi guys, I met and fixed the undefined variable error in the following two APIs. Could you help review it? Thanks.

Screen Shot 2021-07-17 at 1 24 46 AM Screen Shot 2021-07-17 at 1 25 35 AM
lemonshir commented 2 years ago

@jph00 Could you take a look when you get a chance? Thanks~

jph00 commented 2 years ago

Many thanks. Since this is an nbdev project, the fix actually needs to go in the notebook, not the .py files. I've done that now.