Skip to content
Snippets Groups Projects

feat: AUTO-3805 Update requirements

Merged Anton Teplyakov requested to merge feature/AUTO-3805 into master
Files
2
@@ -22,10 +22,17 @@ def make_collection_instances(
return collections
class CollectionProps(TypedDict):
single: bool
system: bool
no_data: bool
hidden: bool
def init_collections(
schemes_dir: str,
schemes_mapping: dict[str, str],
collections_settings_mapping: dict[str, TypedDict],
collections_settings_mapping: dict[str, CollectionProps],
) -> list[collections_pb2.Collection]:
collections = []
Loading