Skip to content

Commit 7456c4b

Browse files
committed
missing @DataClass decorator format fix
1 parent 75d58ff commit 7456c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: openapi_core/unmarshalling/schemas/exceptions.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class FormatterNotFoundError(UnmarshallerError):
2020
def __str__(self) -> str:
2121
return f"Formatter not found for {self.type_format} format"
2222

23+
2324
@dataclass
2425
class FormatUnmarshalError(UnmarshallerError):
2526
"""Unable to unmarshal value for format"""

0 commit comments

Comments
 (0)