mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-26 21:37:40 +00:00
format code
This commit is contained in:
parent
903a159fa7
commit
c993249780
@ -210,7 +210,11 @@ class ConnectorManager(BaseComponent):
|
|||||||
db_json = {}
|
db_json = {}
|
||||||
schema = None
|
schema = None
|
||||||
return connect_instance.from_uri_db( # type: ignore
|
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,
|
schema=schema,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user