Skip to content

Commit 3281321

Browse files
authored
revert: "fix(synthesizer): remove error from status" (#22)
Revert "fix(synthesizer): remove error from status (#21)" This reverts commit 7928a5c.
1 parent 7928a5c commit 3281321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ydata/core/error/fabric_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def _camelcased(value: str) -> str:
1010

1111

1212
class FabricError(Exception):
13-
context: Optional[dict[str, str]] = None
13+
context: Optional[dict[str, str]]
1414
description: str
1515
http_code: int = 500
1616
name: Optional[str]

0 commit comments

Comments
 (0)