Skip to content

Commit 90cc027

Browse files
fix: remove unnecessary type: ignore[arg-type] comment
Agent-Logs-Url: https://github.com/bg-playground/BGSTM/sessions/bb8b1cee-6871-442b-b48a-b77d07fa2607 Co-authored-by: bg-playground <259109604+bg-playground@users.noreply.github.com>
1 parent 218c612 commit 90cc027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app/api/external_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,6 @@ async def upload_artifact(
556556
filename=artifact.filename,
557557
content_type=artifact.content_type,
558558
size_bytes=artifact.size_bytes,
559-
url=artifact.url, # type: ignore[arg-type]
559+
url=artifact.url,
560560
created_at=artifact.created_at,
561561
)

0 commit comments

Comments
 (0)