Skip to content

Commit

Permalink
remove exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jul 17, 2024
1 parent 1c87218 commit 5bdbe80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/robusta/utils/trim_markdown.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
try:
from more_itertools import batched

def trim_markdown(text: str, max_length: int, suffix: str = "...") -> str:
suffix_len = len(suffix)
Expand Down

0 comments on commit 5bdbe80

Please sign in to comment.