File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ v1.0.0rc11
33- Crop page to pdf size
44- Add type checks to user input for improved error messages
55- Fix latex strings in PDF bolding
6+ - Add some choreographer errors to kaleido.errors
67v1.0.0rc10
78- Allow user to pass Figure-like dicts
89- Fix bug by which calc fig rejected plotly figures
Original file line number Diff line number Diff line change 11"""A list of errors available from the kaleido package."""
22
3+ from choreographer .errors import (
4+ BrowserClosedError ,
5+ BrowserFailedError ,
6+ ChromeNotFoundError ,
7+ )
8+
39from ._kaleido_tab import JavascriptError , KaleidoError
410
511__all__ = [
12+ "BrowserClosedError" ,
13+ "BrowserFailedError" ,
14+ "ChromeNotFoundError" ,
615 "JavascriptError" ,
716 "KaleidoError" ,
817]
You can’t perform that action at this time.
0 commit comments