diff --git a/avalon/api.py b/avalon/api.py index 16a3702f5..90229beb3 100644 --- a/avalon/api.py +++ b/avalon/api.py @@ -18,8 +18,6 @@ install, uninstall, - Loader, - SubsetLoader, Action, InventoryAction, discover, @@ -34,16 +32,9 @@ emit, publish, - load, - update, - switch, - remove, data, - get_representation_path, - loaders_from_representation, - register_root, register_host, register_plugin_path, @@ -75,8 +66,6 @@ "schema", - "Loader", - "SubsetLoader", "Action", "InventoryAction", "discover", @@ -89,16 +78,9 @@ "emit", "publish", - "load", - "update", - "switch", - "remove", "data", - "get_representation_path", - "loaders_from_representation", - "register_host", "register_plugin_path", "register_plugin",