mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Removed missed unnecessary functions
This commit is contained in:
parent
92600726b3
commit
969358d37a
2 changed files with 0 additions and 5 deletions
|
|
@ -42,13 +42,11 @@ from .load import (
|
|||
register_loader_plugin_path,
|
||||
deregister_loader_plugin,
|
||||
|
||||
discover_loader_pre_hook_plugin,
|
||||
register_loader_pre_hook_plugin,
|
||||
deregister_loader_pre_hook_plugin,
|
||||
register_loader_pre_hook_plugin_path,
|
||||
deregister_loader_pre_hook_plugin_path,
|
||||
|
||||
discover_loader_post_hook_plugin,
|
||||
register_loader_post_hook_plugin,
|
||||
deregister_loader_post_hook_plugin,
|
||||
register_loader_post_hook_plugin_path,
|
||||
|
|
@ -172,13 +170,11 @@ __all__ = (
|
|||
"register_loader_plugin_path",
|
||||
"deregister_loader_plugin",
|
||||
|
||||
"discover_loader_pre_hook_plugin",
|
||||
"register_loader_pre_hook_plugin",
|
||||
"deregister_loader_pre_hook_plugin",
|
||||
"register_loader_pre_hook_plugin_path",
|
||||
"deregister_loader_pre_hook_plugin_path",
|
||||
|
||||
"discover_loader_post_hook_plugin",
|
||||
"register_loader_post_hook_plugin",
|
||||
"deregister_loader_post_hook_plugin",
|
||||
"register_loader_post_hook_plugin_path",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import ayon_api
|
|||
from ayon_core.lib import NestedCacheItem
|
||||
from ayon_core.pipeline.load import (
|
||||
discover_loader_plugins,
|
||||
discover_loader_pre_hook_plugin,
|
||||
ProductLoaderPlugin,
|
||||
filter_repre_contexts_by_loader,
|
||||
get_loader_identifier,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue