Skip to content

Commit

Permalink
revert: "fix(synthesizer): remove error from status" (#22)
Browse files Browse the repository at this point in the history
Revert "fix(synthesizer): remove error from status (#21)"

This reverts commit 7928a5c.
  • Loading branch information
portellaa authored Jan 3, 2023
1 parent 7928a5c commit 3281321
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]] = None
context: Optional[dict[str, str]]
description: str
http_code: int = 500
name: Optional[str]
Expand Down

0 comments on commit 3281321

Please sign in to comment.