We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c289e commit 00361c1Copy full SHA for 00361c1
1 file changed
samples/cli.py
@@ -47,7 +47,7 @@ async def _handle_stream( # noqa: PLR0912
47
'TASK_STATE_REJECTED',
48
):
49
current_task_id = None
50
- print(f'--- Task Finished ---')
+ print('--- Task Finished ---')
51
elif event.HasField('artifact_update'):
52
print(
53
f'TaskArtifactUpdate [name={event.artifact_update.artifact.name}]:',
0 commit comments