Open andreluisos opened 11 months ago
Should be: def renderLightweightCharts(charts: list[Dict], key: str = None):
def renderLightweightCharts(charts: list[Dict], key: str = None):
instead of
def renderLightweightCharts(charts: Dict, key: str = None):
Should be:
def renderLightweightCharts(charts: list[Dict], key: str = None):
instead of
def renderLightweightCharts(charts: Dict, key: str = None):