Skip to content

48346 fix(workflows): remove unused TaskFieldException import - #311

Open
andrey-usov wants to merge 1 commit into
masterfrom
48346__fix_unused_import
Open

48346 fix(workflows): remove unused TaskFieldException import#311
andrey-usov wants to merge 1 commit into
masterfrom
48346__fix_unused_import

Conversation

@andrey-usov

@andrey-usov andrey-usov commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Problem

Jenkins build #605 fails on ruff F401 lint — unused TaskFieldException import in workflow.py after PR #299 squash merge removed the task-complete endpoint.

Fix

Remove the unused import line.

Release notes

N/A (lint fix only)

Changes

API

  • Removed unused import TaskFieldException from workflow.py

Web-client

N/A

Test cases

API

  • Jenkins build passes ruff lint check

Web-client

N/A

Made with Cursor

Note

Remove unused TaskFieldException import from workflow view

Removes a dead import in workflow.py with no functional impact.

Macroscope summarized c76a899.

- Fixes ruff F401 lint error on master after PR #299 merge

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants