Skip to content

Commit

Permalink
added todo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Aug 23, 2024
1 parent 41e4aef commit 297a790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def hint_parts_to_text(hints: list[BaseHint]) -> str:
assert isinstance(hint, GPSHint | VenueHint)
transformed = f"{hint.latitude},{hint.longitude}"
case _:
# TODO other cases
# TODO other cases #81
transformed = f"<b>unknown {hint.type}<b>"
result.append(transformed)

Expand Down

0 comments on commit 297a790

Please sign in to comment.