From 1fe3fccb1b12e24b6fb1fb48c6b6047fe79c5bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Sandon=C3=A0?= Date: Sat, 27 Apr 2024 14:16:39 +0200 Subject: [PATCH] removed unused import --- tests/test_plotgrid.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_plotgrid.py b/tests/test_plotgrid.py index b57a831..bd37a21 100644 --- a/tests/test_plotgrid.py +++ b/tests/test_plotgrid.py @@ -5,8 +5,6 @@ plotgrid, PlotGrid, plot, plot3d, plot_contour, plot_vector, plot_polar, plot_complex, plot_parametric, plot3d_parametric_line, ) -from spb.animation.ipywidgets import Animation as IPYAnimation -from spb.animation.panel import Animation as PanelAnimation from spb.interactive import IPlot from spb.plotgrid import _nrows_ncols from sympy import symbols, sin, cos, tan, exp, pi, Piecewise