Skip to content

Commit

Permalink
Fix wrong indent in utils/check_if_new_model_added.py (#30456)
Browse files Browse the repository at this point in the history
fix

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
2 people authored and Ita Zaporozhets committed May 14, 2024
1 parent 184ca78 commit e411ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/check_if_new_model_added.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ def get_new_python_files() -> List[str]:
find_new_model = reg.findall(x)
if len(find_new_model) > 0:
new_model = find_new_model[0]
# It's unlikely we have 2 new modeling files in a pull request.
break
# It's unlikely we have 2 new modeling files in a pull request.
break
print(new_model)

0 comments on commit e411ed1

Please sign in to comment.