Source code for weaviate.collections.config.sync

from weaviate.connect import executor
from weaviate.connect.v4 import ConnectionSync
from weaviate.collections.config.executor import _ConfigCollectionExecutor


[docs] @executor.wrap("sync") class _ConfigCollection(_ConfigCollectionExecutor[ConnectionSync]): pass