Skip to content

Commit

Permalink
Add native dataclasses to params
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Apr 11, 2024
1 parent 40f93a8 commit e1cd2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmerald/params.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dataclasses import dataclass
from typing import Any, Callable, Dict, List, Optional, Union

from pydantic.dataclasses import dataclass
from pydantic.fields import AliasChoices, AliasPath, FieldInfo

from esmerald.enums import EncodingType, ParamType
Expand Down

0 comments on commit e1cd2dd

Please sign in to comment.