2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Fix docstring

This commit is contained in:
Oliver Walters
2024-11-18 09:40:03 +00:00
parent cdce6815eb
commit a8488b2198

View File

@ -66,7 +66,7 @@ def handle_pip_error(error, path: str) -> list:
raise ValidationError(errors[0])
def get_install_info(packagename: str) -> str:
def get_install_info(packagename: str) -> dict:
"""Determine the install information for a particular package.
- Uses 'pip show' to determine the install location of a package.