Skip to content

Commit

Permalink
Remove accidental tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Jan 5, 2024
1 parent b9c7b6d commit 2e73720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/dataclasses.md
Expand Up @@ -267,7 +267,7 @@ class File:
class Foo(BaseModel):
# Required so that pydantic revalidates the model attributes
model_config = ConfigDict(revalidate_instances='always')

file: File
user: Optional[User] = None

Expand Down

0 comments on commit 2e73720

Please sign in to comment.