Skip to content

Commit

Permalink
satisfy lint checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 6, 2023
1 parent 1f82b09 commit a0cb444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process_sem_ver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# - only include characters from [a-z]
# 2) no build metadata are supported and string MUST end with patch or pre-release metadata

import sys
import re
import sys

if len(sys.argv) != 2:
print("Usage: process_sem_ver.py <version>")
Expand Down

0 comments on commit a0cb444

Please sign in to comment.