1 parent c328202 commit 7a35f84Copy full SHA for 7a35f84
1 file changed
DashAI/back/api/api_v1/endpoints/components.py
@@ -49,7 +49,8 @@ def _filter_by_language(
49
Returns
50
-------
51
Dict[str, Any]
52
- The component dictionary with MultilingualString objects replaced by plain strings
+ The component dictionary with MultilingualString objects
53
+ replaced by plain strings
54
"""
55
if language is None:
56
language = "en"
0 commit comments