removed 'get_loaders_by_name' from openpype lib init file

This commit is contained in:
Jakub Trllo 2022-07-27 10:26:18 +02:00
parent 764207d033
commit fe38df50bf
2 changed files with 0 additions and 2 deletions

View file

@ -135,7 +135,6 @@ from .avalon_context import (
create_workfile_doc,
save_workfile_data_to_doc,
get_workfile_doc,
get_loaders_by_name,
BuildWorkfile,
@ -307,7 +306,6 @@ __all__ = [
"create_workfile_doc",
"save_workfile_data_to_doc",
"get_workfile_doc",
"get_loaders_by_name",
"BuildWorkfile",

View file