Skip to content

Commit

Permalink
updated return type
Browse files Browse the repository at this point in the history
  • Loading branch information
jagadeeswaran-zipstack committed Dec 19, 2024
1 parent b5553b7 commit b37efdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_coverage(
profile_manager_id: str,
prompt_id: str = None,
is_single_pass: bool = False,
) -> dict[str, list[str]]:
) -> list[str]:
"""
Method to fetch coverage data for given tool and profile manager.
Expand Down

0 comments on commit b37efdd

Please sign in to comment.