Let LLM fix mypy stuff

This commit is contained in:
shamoon
2026-02-17 19:44:14 -08:00
parent 9a51ab4578
commit 6ba9a31907
2 changed files with 19 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ import json
import shutil
import socket
import tempfile
from collections.abc import Callable
from datetime import timedelta
from pathlib import Path
from typing import TYPE_CHECKING
@@ -4135,7 +4136,7 @@ class TestWebhookSecurity:
def test_strips_user_supplied_host_header(
self,
httpx_mock: HTTPXMock,
resolve_to,
resolve_to: Callable[[str], None],
) -> None:
"""
GIVEN: