Skip to content

Commit

Permalink
return self after addition (deepjavalibrary#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 authored and KexinFeng committed Aug 16, 2023
1 parent a279ae0 commit 85fd906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/python/setup/djl_python/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def add_stream_content(self,
output_formatter=_default_stream_output_formatter):
self.stream_content = stream_content
self.stream_output_formatter = output_formatter
return self

@staticmethod
def _encode_json(val) -> bytes:
Expand Down

0 comments on commit 85fd906

Please sign in to comment.