freyastreamlit / streamlit-lightweight-charts

Streamlit wrapper for lightweight-charts
MIT License
146 stars 31 forks source link

Wrong typing in renderLightweightCharts #37

Open andreluisos opened 11 months ago

andreluisos commented 11 months ago

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

instead of

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