Skip to content

Commit

Permalink
Add new line to end of version_control to pass lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Dec 24, 2024
1 parent 1945b70 commit a77c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ def check_against_tag(tag: str, local: str) -> None:

pypi = get_latest_version('thevenin', prefix)

check_against_pypi(pypi, args.local)
check_against_pypi(pypi, args.local)

0 comments on commit a77c8c3

Please sign in to comment.