mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 22:28:46 +00:00
Fix/replace datetime patterns with naive utc now (#22654)
This commit is contained in:
@@ -1 +1,7 @@
|
||||
from dify_client.client import ChatClient, CompletionClient, WorkflowClient, KnowledgeBaseClient, DifyClient
|
||||
from dify_client.client import (
|
||||
ChatClient,
|
||||
CompletionClient,
|
||||
WorkflowClient,
|
||||
KnowledgeBaseClient,
|
||||
DifyClient,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user