format code

This commit is contained in:
tanwei 2025-07-09 11:28:39 +08:00
parent 903a159fa7
commit c993249780

View File

@ -210,7 +210,11 @@ class ConnectorManager(BaseComponent):
db_json = {}
schema = None
return connect_instance.from_uri_db( # type: ignore
host=db_host, port=db_port, user=db_user, pwd=db_pwd, db_name=db_name,
host=db_host,
port=db_port,
user=db_user,
pwd=db_pwd,
db_name=db_name,
schema=schema,
)