mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-01 06:16:59 +00:00
fix:client mypy error
This commit is contained in:
@@ -27,7 +27,7 @@ async def main():
|
||||
DBGPT_API_KEY = "dbgpt"
|
||||
client = Client(api_key=DBGPT_API_KEY)
|
||||
res = await list_app(client)
|
||||
print(res.json())
|
||||
print(res)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user