Skip to content

Commit

Permalink
Add some pydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 9, 2023
1 parent b75b5ed commit f07676d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/service/suggest_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@


class SuggestService(AnalyzerService):
"""The service serves suggestion lists in Make Decision modal."""

es_client: EsClient

Expand Down Expand Up @@ -401,6 +402,7 @@ def suggest_items(self, test_item_info):
testItemLogId=test_item_log_id,
launchId=test_item_info.launchId,
launchName=test_item_info.launchName,
launchNumber=test_item_info.launchNumber,
issueType=issue_type,
relevantItem=test_item_id,
relevantLogId=relevant_log_id,
Expand Down

0 comments on commit f07676d

Please sign in to comment.