Skip to content

Commit

Permalink
Fix dataclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Apr 11, 2024
1 parent 075dd3b commit 5138e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esmerald/params.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from dataclasses import dataclass
# 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 5138e3d

Please sign in to comment.