Skip to content

Commit 0446338

Browse files
committed
docs: more comments
1 parent d230b19 commit 0446338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/core/data_types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ For example:
120120
```python
121121
from dataclasses import dataclass
122122
from typing import NamedTuple
123-
from pydantic import BaseModel
123+
from pydantic import BaseModel # requires `pydantic` package to be installed
124124
import datetime
125125

126126
# Using dataclass

0 commit comments

Comments
 (0)