freyastreamlit / streamlit-lightweight-charts

Streamlit wrapper for lightweight-charts
MIT License
127 stars 29 forks source link

Wrong typing in renderLightweightCharts #37

Open andreluisos opened 8 months ago

andreluisos commented 8 months ago

Should be: def renderLightweightCharts(charts: list[Dict], key: str = None):

instead of

def renderLightweightCharts(charts: Dict, key: str = None):