Skip to content

Commit

Permalink
Add native dataclasses to params (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil authored Apr 11, 2024
1 parent 40f93a8 commit fb75f62
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 fb75f62

Please sign in to comment.