Skip to content

Commit

Permalink
Adding missing else
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Oct 17, 2023
1 parent d7fb662 commit 2ec0743
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ def _is_illegal_periodic_concurrency_combination(
return True
elif (end - start) % step:
return True

return False
else:
return False

def _create_text_input_length_list(self) -> List[int]:
if not self._cli_config.is_llm_model():
Expand Down

0 comments on commit 2ec0743

Please sign in to comment.