From 9ffd59349ff9eb50092d57480fcb6a844cb53bfa Mon Sep 17 00:00:00 2001 From: HAL 9000 Date: Mon, 13 Apr 2026 21:32:58 +0000 Subject: [PATCH] fix: remove type: ignore directives from behave imports --- features/steps/tdd_fileconfig_unhandled_exception_steps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/steps/tdd_fileconfig_unhandled_exception_steps.py b/features/steps/tdd_fileconfig_unhandled_exception_steps.py index c6e26af00..a19d5c014 100644 --- a/features/steps/tdd_fileconfig_unhandled_exception_steps.py +++ b/features/steps/tdd_fileconfig_unhandled_exception_steps.py @@ -23,8 +23,8 @@ import tempfile from pathlib import Path from unittest.mock import patch -from behave import given, then, when # type: ignore[import-untyped] -from behave.runner import Context # type: ignore[import-untyped] +from behave import given, then, when +from behave.runner import Context # --------------------------------------------------------------------------- # Helpers