From dafa84e2a49ba5f0c3d45e3d9f8d9c5694a28118 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 10 Nov 2020 12:16:17 +0100 Subject: [PATCH] removed `get_subsets` from pype.api --- pype/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pype/api.py b/pype/api.py index 2c7dfa73f0..29e91dc8e0 100644 --- a/pype/api.py +++ b/pype/api.py @@ -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",