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