Skip to content

Commit

Permalink
fix(synthesizer): remove error from status (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored Jan 3, 2023
1 parent 880160e commit 7928a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ydata/core/error/fabric_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def _camelcased(value: str) -> str:


class FabricError(Exception):
context: Optional[dict[str, str]]
context: Optional[dict[str, str]] = None
description: str
http_code: int = 500
name: Optional[str]
Expand Down

0 comments on commit 7928a5c

Please sign in to comment.