8000 pep:8ball: · yuan3y/plotly.py@7a3e820 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a3e820

Browse files
committed
pep:8ball:
1 parent a3b4023 commit 7a3e820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plotly/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def __str__(self):
7474

7575
# Would Cause Server Errors
7676

77+
7778
class PlotlyEmptyDataError(PlotlyError):
7879
pass
7980

@@ -82,7 +83,7 @@ class PlotlyEmptyDataError(PlotlyError):
8283
class PlotlyGraphObjectError(PlotlyError):
8384
def __init__(self, message='', path=None, notes=None, plain_message=''):
8485
self.message = message
85-
self.plain_message=plain_message
86+
self.plain_message = plain_message
8687
if isinstance(path, list):
8788
self.path = path
8889
elif path is None:

0 commit comments

Comments
 (0)
0