AnnMarieW / dash-bootstrap-templates

A collection of 52 Plotly figure templates with a Bootstrap theme. Two theme switch components. Stylesheet to apply Bootstrap themes to Plotly Dash components.
https://hellodash.pythonanywhere.com/
MIT License
135 stars 25 forks source link

Fix typo in src/aio/aio_theme_switch.py #32

Closed 3andrew closed 4 months ago

3andrew commented 4 months ago

In src/aio/aio_theme_switch.py there's a typo in line 1 resulting in an error on install:

fron typing import Union
AnnMarieW commented 4 months ago

Oh, nice catch - Thank you! :pray:

If you would like to do the PR to fix this, please do, otherwise I'll make the fix and do another release later tonight - I'd like to get this updated quickly :slightly_smiling_face:

AnnMarieW commented 4 months ago

closed by #33 Thanks for the quick rix @andrew-33

3andrew commented 4 months ago

Thanks for the updating quickly!