renamed get_version_links to get_output_link_versions

This commit is contained in:
Jakub Trllo 2022-06-07 17:43:44 +02:00
parent 0d5cc529d5
commit 0f95a66359
3 changed files with 28 additions and 6 deletions

View file

@ -19,7 +19,7 @@ from .entities import (
get_last_version_for_subset,
get_hero_version,
get_hero_versions,
get_version_links,
get_output_link_versions,
get_representation,
get_representation_by_name,
@ -52,7 +52,7 @@ __all__ = (
"get_last_version_for_subset",
"get_hero_version",
"get_hero_versions",
"get_version_links",
"get_output_link_versions",
"get_representation",
"get_representation_by_name",