Skip to content

Commit 3c3c773

Browse files
committed
reformat
1 parent 8058ae5 commit 3c3c773

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/{{ project_name_snake }}/qa_workflows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ async def initialize_chat(
250250
)
251251
return InputRequiredEvent()
252252

253-
254253
@step
255254
async def get_conversation_history(
256255
self, ev: QueryConversationHistoryEvent, ctx: Context[ChatWorkflowState]

test-proj/src/test_proj/qa_workflows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ async def initialize_chat(
250250
)
251251
return InputRequiredEvent()
252252

253-
254253
@step
255254
async def get_conversation_history(
256255
self, ev: QueryConversationHistoryEvent, ctx: Context[ChatWorkflowState]

0 commit comments

Comments
 (0)