Skip to content

Commit

Permalink
fix line too long
Browse files Browse the repository at this point in the history
Signed-off-by: Manxin Xu <[email protected]>
  • Loading branch information
xmx-521 committed Mar 28, 2024
1 parent 824c48e commit 81ca43d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def load(self, input, **kwargs):
self.min_chuck_size = kwargs['min_chuck_size']
if 'process' in kwargs:
self.process = kwargs['process']
self.table_summary_model_name_or_path = kwargs['table_summary_model_name_or_path'] if 'table_summary_model_name_or_path' in kwargs else None
self.table_summary_model_name_or_path = kwargs['table_summary_model_name_or_path'] \
if 'table_summary_model_name_or_path' in kwargs else None
self.table_summary_mode = kwargs['table_summary_mode'] if 'table_summary_mode' in kwargs else None

if isinstance(input, str):
Expand Down

0 comments on commit 81ca43d

Please sign in to comment.