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
3
3
- Crop page to pdf size
4
4
- Add type checks to user input for improved error messages
5
5
- Fix latex strings in PDF bolding
6
+ - Add some choreographer errors to kaleido.errors
6
7
v1.0.0rc10
7
8
- Allow user to pass Figure-like dicts
8
9
- Fix bug by which calc fig rejected plotly figures
Original file line number Diff line number Diff line change 1
1
"""A list of errors available from the kaleido package."""
2
2
3
+ from choreographer .errors import (
4
+ BrowserClosedError ,
5
+ BrowserFailedError ,
6
+ ChromeNotFoundError ,
7
+ )
8
+
3
9
from ._kaleido_tab import JavascriptError , KaleidoError
4
10
5
11
__all__ = [
12
+ "BrowserClosedError" ,
13
+ "BrowserFailedError" ,
14
+ "ChromeNotFoundError" ,
6
15
"JavascriptError" ,
7
16
"KaleidoError" ,
8
17
]
You can’t perform that action at this time.
0 commit comments