mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
renamed get_version_links to get_output_link_versions
This commit is contained in:
parent
0d5cc529d5
commit
0f95a66359
3 changed files with 28 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue