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
The setter for Tooltip.header_format does not apply the same validation as Tooltip.footer_format. In particular, it does not accept an empty string as a value, instead coercing it to None which is not correct (raised in #183 ).