Skip to content

Commit 29ddee7

Browse files
committed
Move some typing imports to typing_extensions
1 parent bec6b4b commit 29ddee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_custom_errors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
from typing import Any, LiteralString, Self, override
1+
from typing import Any
22
from unittest import TestCase
33
from unittest.mock import ANY
44

55
import pytest
6+
from typing_extensions import LiteralString, Self, override
67

78
from pydantic_core import ErrorDetails, InitErrorDetails, PydanticCustomError, ValidationError
89

0 commit comments

Comments
 (0)