Skip to content

Commit

Permalink
[docs] Fix np.nan in the release notes script.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Nov 7, 2024
1 parent 1ce7dba commit 5b0d844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-notes/generate_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def define_area(msg):
if msg.startswith(f'[{area}] '):
return area

return np.NaN
return np.nan


def delete_prefix(msg):
Expand Down

0 comments on commit 5b0d844

Please sign in to comment.