Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Jun 17, 2024
1 parent cf6b3cf commit f148437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skfem/visuals/vedo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def draw(m, backend=False, **kwargs):
"""Visualize meshes."""
from vedo import Plotter, UnstructuredGrid, show
from vedo import Plotter, UnstructuredGrid
vp = Plotter()
grid = None
with tempfile.NamedTemporaryFile() as tmp:
Expand Down

0 comments on commit f148437

Please sign in to comment.