Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Oct 12, 2024
1 parent 8e0c921 commit fa3121b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memonto/core/recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ def _find_all(triple_store: TripleStoreModel, id: str) -> str:

if isinstance(result, bytes):
result = result.decode("utf-8")

if not result:
return ""

return str(result)


Expand Down

0 comments on commit fa3121b

Please sign in to comment.