Skip to content

Commit

Permalink
🎨 fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Mar 18, 2022
1 parent d8bd82e commit f0a0ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class People(MongoModel):
#id: Optional[MongoObjectId] = Field(alias="_id")
id: Optional[MongoObjectId] = Field(alias="_id")
name: Optional[str]


Expand Down

0 comments on commit f0a0ce3

Please sign in to comment.