Subplots should always be included in responses

This commit is contained in:
Matthias
2021-05-14 06:36:18 +02:00
parent ff7bbec1bc
commit 09756e3007
3 changed files with 12 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ class DeleteTrade(BaseModel):
class PlotConfig_(BaseModel):
main_plot: Dict[str, Any]
subplots: Optional[Dict[str, Any]]
subplots: Dict[str, Any]
class PlotConfig(BaseModel):