Skip to content

Commit 7928a5c

Browse files
authored
fix(synthesizer): remove error from status (#21)
1 parent 880160e commit 7928a5c

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]]
13+
context: Optional[dict[str, str]] = None
1414
description: str
1515
http_code: int = 500
1616
name: Optional[str]

0 commit comments

Comments
 (0)