Skip to content

Commit e09cd47

Browse files
committed
Fixed import sorting to keep lint happy.
1 parent 427641a commit e09cd47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langchain/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
2+
from dataclasses import dataclass
23
from datetime import timedelta
34
from typing import List
4-
from dataclasses import dataclass
55

66
from temporalio import workflow
77

0 commit comments

Comments
 (0)