mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
split 'get_last_version_for_subset' into 'get_last_version_by_subset_id' and 'get_last_version_by_subset_name'
This commit is contained in:
parent
675da63f8c
commit
ba6ef6d2ae
6 changed files with 65 additions and 44 deletions
|
|
@ -19,7 +19,8 @@ from .entities import (
|
|||
get_hero_version_by_subset_id,
|
||||
get_hero_versions,
|
||||
get_last_versions,
|
||||
get_last_version_for_subset,
|
||||
get_last_version_by_subset_id,
|
||||
get_last_version_by_subset_name,
|
||||
get_output_link_versions,
|
||||
|
||||
get_representation,
|
||||
|
|
@ -53,7 +54,8 @@ __all__ = (
|
|||
"get_hero_version_by_subset_id",
|
||||
"get_hero_versions",
|
||||
"get_last_versions",
|
||||
"get_last_version_for_subset",
|
||||
"get_last_version_by_subset_id",
|
||||
"get_last_version_by_subset_name",
|
||||
"get_output_link_versions",
|
||||
|
||||
"get_representation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue