You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Throw if `text_decoration_style` is not one of the three allowed values
if text_decoration_style not in [None, "solid", "dotted"]:
raise ValueError("Text_decoration_style must be one of `None`, 'solid', or 'dotted'")