diff --git a/features/steps/tdd_tui_block_cursor_navigation_steps.py b/features/steps/tdd_tui_block_cursor_navigation_steps.py index 4424ad2b5..706b73b61 100644 --- a/features/steps/tdd_tui_block_cursor_navigation_steps.py +++ b/features/steps/tdd_tui_block_cursor_navigation_steps.py @@ -16,7 +16,7 @@ from __future__ import annotations from typing import Any -from behave import then, when # type: ignore[import-untyped] +from behave import then, when @when("I inspect the TUI app BINDINGS for block cursor navigation")