Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-T-Moore committed Aug 7, 2023
2 parents 072bfde + c7382c9 commit 173edcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dymos/visualization/timeseries/bokeh_timeseries_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
try:
from bokeh.io import output_notebook, output_file, save, show
from bokeh.layouts import column, grid, row
from bokeh.models import Legend, DataTable, Div, ColumnDataSource, TableColumn, TabPanel, Tabs, \
CheckboxButtonGroup, CustomJS, MultiChoice
from bokeh.models import Legend, DataTable, Div, ColumnDataSource, TableColumn, \
TabPanel, Tabs, CheckboxButtonGroup, CustomJS, MultiChoice
from bokeh.plotting import figure, curdoc
import bokeh.palettes as bp
import bokeh.resources as bokeh_resources
Expand Down

0 comments on commit 173edcc

Please sign in to comment.