Skip to content

Commit 6e4cc04

Browse files
committed
Fix lint error
1 parent 998e3e9 commit 6e4cc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demos/procurement_agent/project/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
ShipmentArrivedSiteEvent,
2020
ShipmentDepartedFactoryEvent,
2121
)
22+
from agentex.lib.utils.logging import make_logger
2223
from agentex.types.data_content import DataContent
2324
from agentex.types.text_content import TextContent
24-
from agentex.lib.utils.logging import make_logger
2525
from project.utils.summarization import (
2626
should_summarize,
2727
find_last_summary_index,

0 commit comments

Comments
 (0)