Skip to content

Commit

Permalink
feat:update flow example
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt committed Mar 27, 2024
1 parent 44d9f7c commit ed8c9d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/client/flow_crud_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ async def main():
DBGPT_API_KEY = "dbgpt"
client = Client(api_key=DBGPT_API_KEY)
res = await list_flow(client)
res = await list_flow(client)
print(res)
await client.aclose()


if __name__ == "__main__":
Expand Down

0 comments on commit ed8c9d4

Please sign in to comment.