diff --git a/github_scripts/construct_release_version.py b/github_scripts/construct_release_version.py index b26420827..7499285af 100755 --- a/github_scripts/construct_release_version.py +++ b/github_scripts/construct_release_version.py @@ -10,7 +10,7 @@ from github_scripts.utils import ( get_date_strings, - get_number_of_versions_this_month, + get_number_of_versions_this_month, get_version_list_from_tags, )