Skip to content

Commit bd4cc93

Browse files
committed
fix _pydantic_core.pyi to be compatible with 3.7
1 parent d45cc57 commit bd4cc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/_pydantic_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Some(Generic[_T]):
5454
@property
5555
def value(self) -> _T: ...
5656
@classmethod
57-
def __class_getitem__(cls, item: Any, /) -> Type[Self]: ...
57+
def __class_getitem__(cls, __item: Any) -> Type[Self]: ...
5858

5959
@final
6060
class SchemaValidator:

0 commit comments

Comments
 (0)