propagated 'get_contexts_for_repre_docs' to load init

This commit is contained in:
Jakub Trllo 2022-09-13 11:42:38 +02:00
parent b6e717bf98
commit 37286eef2c

View file

@ -5,6 +5,7 @@ from .utils import (
InvalidRepresentationContext,
get_repres_contexts,
get_contexts_for_repre_docs,
get_subset_contexts,
get_representation_context,
@ -54,6 +55,7 @@ __all__ = (
"InvalidRepresentationContext",
"get_repres_contexts",
"get_contexts_for_repre_docs",
"get_subset_contexts",
"get_representation_context",