Skip to content

Commit

Permalink
fix a couple PEP8 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Jul 31, 2023
1 parent 43846fe commit 64236e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .state_rate_collector_comp import StateRateCollectorComp
from .tau_comp import TauComp

from ...utils.introspection import get_targets, configure_controls_introspection,\
from ...utils.introspection import get_targets, configure_controls_introspection, \
configure_time_introspection, configure_parameters_introspection, \
configure_states_discovery, configure_states_introspection, get_target_metadata
from ...utils.misc import get_rate_units
Expand Down
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 64236e4

Please sign in to comment.