Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liustve committed Dec 12, 2024
1 parent 1aa4a90 commit 6dc5ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def on_success(self, span: Span, result: Dict[str, Any]):

if not model_id:
return

if "body" in result and isinstance(result["body"], StreamingBody):
original_body = None
try:
Expand Down

0 comments on commit 6dc5ac7

Please sign in to comment.