We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5142e commit 4a468e8Copy full SHA for 4a468e8
ucm/store/factory_v1.py
@@ -56,6 +56,7 @@ def create_connector(cls, connector_name: str, config: dict) -> UcmKVStoreBaseV1
56
logger.info("Creating connector with name: %s", connector_name)
57
return connector_cls(config)
58
59
+
60
UcmConnectorFactoryV1.register_connector(
61
"UcmPcStore", "ucm.store.pcstore.pcstore_connector", "UcmPcStore"
-)
62
+)
0 commit comments