Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 24, 2023
1 parent a81e00d commit ee30adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ assert MyPointFeatureModel(type="Feature", geometry=Point(type="Point", coordina
And now with constrained properties

```python
from typing import Annotated
from typing_extensions import Annotated
from geojson_pydantic import Feature, Point
from pydantic import BaseModel

Expand Down

0 comments on commit ee30adf

Please sign in to comment.