Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jun 30, 2024
1 parent 61c66a9 commit e019156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_core/intent_services/ocp_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ def _search(self, phrase: str, media_type: MediaType, lang: str,
return results

def _execute_query(self, phrase: str,
media_type: MediaType = Union[int, MediaType.GENERIC],
media_type: MediaType = Union[int, MediaType],
skills: Optional[List[str]] = None) -> list:
""" actually send the search to OCP skills"""
media_type = self._normalize_media_enum(media_type)
Expand Down

0 comments on commit e019156

Please sign in to comment.