Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hschilling committed Aug 12, 2020
1 parent 9a542da commit 1bba8e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openmdao/visualization/n2_viewer/n2_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def _get_tree_dict(system, component_execution_orders, component_execution_index
tree_dict['children'] = children

options = {}
from openmdao.solvers.solver import Solver
for k in system.options:
# need to handle solvers separate because they are classes or instances
if k in ['linear_solver', 'nonlinear_solver']:
Expand Down

0 comments on commit 1bba8e1

Please sign in to comment.