Skip to content

Commit d220490

Browse files
committed
pep8 correction
1 parent 06ec009 commit d220490

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plotly/plotly/plotly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def iplot_mpl(fig, resize=True, strip_style=False, update=None,
297297
fig.update(update)
298298
fig.validate()
299299
except exceptions.PlotlyGraphObjectError as err:
300-
err.add_note("Your updated figure could not be properly " +
300+
err.add_note("Your updated figure could not be properly "
301301
"validated.")
302302
err.prepare()
303303
raise
@@ -336,7 +336,7 @@ def plot_mpl(fig, resize=True, strip_style=False, update=None, **plot_options):
336336
fig.update(update)
337337
fig.validate()
338338
except exceptions.PlotlyGraphObjectError as err:
339-
err.add_note("Your updated figure could not be properly " +
339+
err.add_note("Your updated figure could not be properly "
340340
"validated.")
341341
err.prepare()
342342
raise

0 commit comments

Comments
 (0)