renamed 'load_representation' to 'load_container'

This commit is contained in:
Jakub Trllo 2022-03-15 11:40:59 +01:00
parent c5b3098acd
commit 5b835d87e7
10 changed files with 19 additions and 19 deletions

View file

@ -24,7 +24,7 @@ from .load import (
register_loader_plugins_path,
deregister_loader_plugin,
load_representation,
load_container,
remove_container,
update_container,
switch_container,
@ -68,7 +68,7 @@ __all__ = (
"register_loader_plugins_path",
"deregister_loader_plugin",
"load_representation",
"load_container",
"remove_container",
"update_container",
"switch_container",