Skip to content

Commit

Permalink
add missing import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jan 4, 2025
1 parent 1558688 commit 80a3631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Marvin can `extract` structured entities from text:

```python
import pydantic

import marvin

class Location(pydantic.BaseModel):
city: str
Expand Down

0 comments on commit 80a3631

Please sign in to comment.