Skip to content

Commit

Permalink
Merge pull request #1003 from PrefectHQ/zzstoatzz-patch-1
Browse files Browse the repository at this point in the history
add missing import in example
  • Loading branch information
zzstoatzz authored Jan 4, 2025
2 parents 1558688 + 80a3631 commit cb819f3
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 cb819f3

Please sign in to comment.