thefakequake / pypartpicker

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

Correct the return type of part_search #14

Closed theFroh closed 2 years ago

theFroh commented 2 years ago

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

thefakequake commented 2 years ago

Looks good, thank you.