fix: remove type: ignore directives from behave imports
CI / status-check (pull_request) Blocked by required conditions
CI / lint (pull_request) Waiting to run
CI / typecheck (pull_request) Waiting to run
CI / security (pull_request) Waiting to run
CI / quality (pull_request) Waiting to run
CI / unit_tests (pull_request) Waiting to run
CI / integration_tests (pull_request) Waiting to run
CI / e2e_tests (pull_request) Waiting to run
CI / coverage (pull_request) Blocked by required conditions
CI / benchmark-regression (pull_request) Blocked by required conditions
CI / benchmark-publish (pull_request) Waiting to run
CI / build (pull_request) Waiting to run
CI / docker (pull_request) Blocked by required conditions
CI / helm (pull_request) Waiting to run
CI / push-validation (pull_request) Waiting to run

This commit is contained in:
2026-04-13 21:32:58 +00:00
committed by Forgejo
parent 327b6459d2
commit 9ffd59349f
@@ -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