Skip to content

Commit ee30adf

Browse files
committed
fix usage
1 parent a81e00d commit ee30adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ assert MyPointFeatureModel(type="Feature", geometry=Point(type="Point", coordina
121121
And now with constrained properties
122122

123123
```python
124-
from typing import Annotated
124+
from typing_extensions import Annotated
125125
from geojson_pydantic import Feature, Point
126126
from pydantic import BaseModel
127127

0 commit comments

Comments
 (0)