Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed May 17, 2024
1 parent 5e845a8 commit c2fbe56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CreeDictionary/API/search/presentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ def __init__(
show_emoji=self._show_emoji,
)

self.preverbs: List[SerializedWordform]= [
cast(SerializedWordform, entry)
self.preverbs: List[SerializedWordform] = [
cast(SerializedWordform, entry)
for lexical_entry in self.lexical_info
for entry in lexical_entry["entry"]
if lexical_entry["type"] == "Preverb"
Expand Down Expand Up @@ -454,7 +454,7 @@ def get_lexical_info(
animate_emoji: str,
show_emoji: str,
dict_source: list,
) -> List[dict] :
) -> List[dict]:
if not result_analysis:
return []

Expand Down

0 comments on commit c2fbe56

Please sign in to comment.