mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-03-30 08:50:23 +08:00
resolve: Update docstring with added return field.
This commit is contained in:
@@ -135,8 +135,8 @@ def get_base_module_mmds(db_session, mmd):
|
||||
|
||||
:param Modulemd mmd: Input modulemd metadata.
|
||||
:rtype: dict with lists of Modulemd
|
||||
:return: Dict with "ready" or "garbage" state name as a key and list of MMDs of base modules
|
||||
buildrequired by `mmd` as a value.
|
||||
:return: Dict with "ready", "garbage", and "missing" state name as a key and list of MMDs of
|
||||
base modules buildrequired by `mmd` as a value.
|
||||
"""
|
||||
from module_build_service.common import models
|
||||
|
||||
|
||||
Reference in New Issue
Block a user