mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-22 20:01:46 +00:00
format code
This commit is contained in:
parent
903a159fa7
commit
c993249780
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user