removed get_subsets from pype.api

This commit is contained in:
iLLiCiTiT 2020-11-10 12:16:17 +01:00
parent e153fbef36
commit dafa84e2a4

View file

@ -40,7 +40,6 @@ from .lib import (
version_up,
get_asset,
get_hierarchy,
get_subsets,
get_version_from_path,
get_last_version_from_path,
modified_environ,
@ -89,7 +88,6 @@ __all__ = [
"version_up",
"get_hierarchy",
"get_asset",
"get_subsets",
"get_version_from_path",
"get_last_version_from_path",
"modified_environ",