Skip to content

Commit 00361c1

Browse files
committed
ruff check fix
1 parent 48c289e commit 00361c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def _handle_stream( # noqa: PLR0912
4747
'TASK_STATE_REJECTED',
4848
):
4949
current_task_id = None
50-
print(f'--- Task Finished ---')
50+
print('--- Task Finished ---')
5151
elif event.HasField('artifact_update'):
5252
print(
5353
f'TaskArtifactUpdate [name={event.artifact_update.artifact.name}]:',

0 commit comments

Comments
 (0)