mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Fix docstring
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user