Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 20, 2023
1 parent 2aa86cc commit 89555fa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/therapy/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,11 @@ def _check_match_type(
) -> Tuple[Dict, Set]:
"""Check query for selected match type.
:param str query: search string
:param Dict resp: in-progress response object to return to client
:param Set[str] sources: remaining unmatched sources
:param RefType match_type: Match type to check for
:return: Tuple with updated resp object and updated set of unmatched
sources
:param query: search string
:param resp: in-progress response object to return to client
:param sources: remaining unmatched sources
:param match_type: Match type to check for
:return: Tuple with updated resp object and updated set of unmatched sources
"""
matching_ids = self.db.get_refs_by_type(query, match_type)
if matching_ids:
Expand Down

0 comments on commit 89555fa

Please sign in to comment.