fixed indentation

pull/22654/head
aryan 7 months ago
parent 7c04cba63c
commit 3b48f1a231

@ -995,7 +995,7 @@ class DocumentService:
# update document to be paused
document.is_paused = True
document.paused_by = current_user.id
document.paused_at = naive_utc_now()
document.paused_at = naive_utc_now()
db.session.add(document)
db.session.commit()

@ -1 +1,7 @@
from dify_client.client import ChatClient, CompletionClient, WorkflowClient, KnowledgeBaseClient, DifyClient
from dify_client.client import (
ChatClient,
CompletionClient,
WorkflowClient,
KnowledgeBaseClient,
DifyClient,
)

Loading…
Cancel
Save