Skip to content

Commit 4a468e8

Browse files
committed
code style
1 parent 7c5142e commit 4a468e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ucm/store/factory_v1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def create_connector(cls, connector_name: str, config: dict) -> UcmKVStoreBaseV1
5656
logger.info("Creating connector with name: %s", connector_name)
5757
return connector_cls(config)
5858

59+
5960
UcmConnectorFactoryV1.register_connector(
6061
"UcmPcStore", "ucm.store.pcstore.pcstore_connector", "UcmPcStore"
61-
)
62+
)

0 commit comments

Comments
 (0)