From c820501cbb9f4c7aef6b18f3501f6ad9c3a1e081 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 04:29:38 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes (attempt 2/3) --- api/services/workflow_comment_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/services/workflow_comment_service.py b/api/services/workflow_comment_service.py index 9bb9a90fca..ac20a87c31 100644 --- a/api/services/workflow_comment_service.py +++ b/api/services/workflow_comment_service.py @@ -1,6 +1,5 @@ import logging from collections.abc import Sequence -from typing import Optional from sqlalchemy import desc, select from sqlalchemy.orm import Session, selectinload