Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
remove imports of load functions in avalon.api
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Mar 15, 2022
1 parent 475f68b commit 07be627
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions avalon/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
install,
uninstall,

Loader,
SubsetLoader,
Action,
InventoryAction,
discover,
Expand All @@ -34,16 +32,9 @@
emit,

publish,
load,
update,
switch,
remove,

data,

get_representation_path,
loaders_from_representation,

register_root,
register_host,
register_plugin_path,
Expand Down Expand Up @@ -75,8 +66,6 @@

"schema",

"Loader",
"SubsetLoader",
"Action",
"InventoryAction",
"discover",
Expand All @@ -89,16 +78,9 @@
"emit",

"publish",
"load",
"update",
"switch",
"remove",

"data",

"get_representation_path",
"loaders_from_representation",

"register_host",
"register_plugin_path",
"register_plugin",
Expand Down

0 comments on commit 07be627

Please sign in to comment.