willyw0nka / pygrype

A python wrapper for Anchore Grype
MIT License
3 stars 1 forks source link

Update docstrings to reflect returned values #7

Closed robberwick closed 2 months ago

robberwick commented 2 months ago

The docstrings for the scan and version methods were incorrectly reporting that they returned dicts, rather than instances of Scan and GrypeVersion dataclasses.

This PR updates those doctrings to more correctly reflect the types returned.