adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

Wrong type annotation for headers #116

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Pretty sure headers is typed incorrectly as an argument in a few places - it's listed as a List but shouldn't be.

gustavomfb commented 1 year ago

can you asign me this one?

tekktrik commented 1 year ago

Sure thing!

gustavomfb commented 1 year ago

Done! how should I link my PR to this issue? I'm new in rep contributing.

dhalbert commented 1 year ago

Done! how should I link my PR to this issue? I'm new in rep contributing.

To link an issue, click on "Development" in the right sidebar, or use a phrase like "Fixes #nnn". See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue

gustavomfb commented 1 year ago

Tks!!