Skip to content

fix: resolve ruff UP007 and F401 lint errors#2

Merged
Bissbert merged 1 commit intomainfrom
fix/ruff-lint-errors
Feb 14, 2026
Merged

fix: resolve ruff UP007 and F401 lint errors#2
Bissbert merged 1 commit intomainfrom
fix/ruff-lint-errors

Conversation

@Bissbert
Copy link
Contributor

Summary

  • Replace Union[X, Y] with X | Y syntax (UP007)
  • Remove unused Definition and FormNode imports in tests (F401)

- Replace Union[X, Y] with X | Y syntax (UP007)
- Remove unused Definition and FormNode imports in tests (F401)
@Bissbert Bissbert merged commit b2e35fb into main Feb 14, 2026
4 of 6 checks passed
@Bissbert Bissbert deleted the fix/ruff-lint-errors branch February 14, 2026 17:07
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.

1 participant