We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427641a commit e09cd47Copy full SHA for e09cd47
1 file changed
langchain/workflow.py
@@ -1,7 +1,7 @@
1
import asyncio
2
+from dataclasses import dataclass
3
from datetime import timedelta
4
from typing import List
-from dataclasses import dataclass
5
6
from temporalio import workflow
7
0 commit comments