Skip to content

Commit 50fdedd

Browse files
lesnik512claude
andcommitted
style: import Callable from collections.abc (ruff UP035)
An auto-fix left uncommitted by the test-quality sweep; CI lint-ci (no autofix) caught the committed typing.Callable import. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 76cf6c2 commit 50fdedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_error_mapping_terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tests for the AsyncClient and Client internal terminal's exception mapping."""
22

3+
from collections.abc import Callable
34
from http import HTTPStatus
4-
from typing import Callable
55

66
import httpx2
77
import pytest

0 commit comments

Comments
 (0)