Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed Sep 12, 2019
1 parent 0db4dee commit f058f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion DataPlotly/core/plot_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import tempfile
import os
import platform
import re
import plotly
import plotly.graph_objs as go
Expand Down
4 changes: 1 addition & 3 deletions DataPlotly/layouts/plot_layout_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def draw(self, context):

def create_plot(self):
factory = PlotFactory(self.plot_settings)
config = { 'displayModeBar': False, 'staticPlot': True }
config = {'displayModeBar': False, 'staticPlot': True}
return factory.build_html(config)

def load_content(self):
Expand Down Expand Up @@ -136,8 +136,6 @@ def refresh(self):
self.invalidateCache()




class PlotLayoutItemMetadata(QgsLayoutItemAbstractMetadata):

def __init__(self):
Expand Down

0 comments on commit f058f4d

Please sign in to comment.