mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed get_subsets from pype.api
This commit is contained in:
parent
e153fbef36
commit
dafa84e2a4
1 changed files with 0 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ from .lib import (
|
||||||
version_up,
|
version_up,
|
||||||
get_asset,
|
get_asset,
|
||||||
get_hierarchy,
|
get_hierarchy,
|
||||||
get_subsets,
|
|
||||||
get_version_from_path,
|
get_version_from_path,
|
||||||
get_last_version_from_path,
|
get_last_version_from_path,
|
||||||
modified_environ,
|
modified_environ,
|
||||||
|
|
@ -89,7 +88,6 @@ __all__ = [
|
||||||
"version_up",
|
"version_up",
|
||||||
"get_hierarchy",
|
"get_hierarchy",
|
||||||
"get_asset",
|
"get_asset",
|
||||||
"get_subsets",
|
|
||||||
"get_version_from_path",
|
"get_version_from_path",
|
||||||
"get_last_version_from_path",
|
"get_last_version_from_path",
|
||||||
"modified_environ",
|
"modified_environ",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue