We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880160e commit 7928a5cCopy full SHA for 7928a5c
src/core/ydata/core/error/fabric_error.py
@@ -10,7 +10,7 @@ def _camelcased(value: str) -> str:
10
11
12
class FabricError(Exception):
13
- context: Optional[dict[str, str]]
+ context: Optional[dict[str, str]] = None
14
description: str
15
http_code: int = 500
16
name: Optional[str]
0 commit comments