thefakequake / pypartpicker

A Python package that can be used to fetch information from PCPartPicker on products and parts lists.
MIT License
18 stars 8 forks source link

Correct the return type of part_search #14

Closed theFroh closed 1 year ago

theFroh commented 1 year ago

Unless I'm mistaken, part_search always returns a list of parts, never a part by itself.

thefakequake commented 1 year ago

Looks good, thank you.