Skip to content

Commit bcd1d13

Browse files
AlexPatriejcschaff
authored andcommitted
removed inline ignores from widget
1 parent 7a125a9 commit bcd1d13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyvcell/sim_results/widget.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import pyvista as pv
55
from pyvista.trame.ui import plotter_ui
66
from pyvista.trame.views import PyVistaLocalView
7-
from trame.app import get_server # type: ignore[import-untyped]
8-
from trame.app.file_upload import ClientFile # type: ignore[import-untyped]
9-
from trame.ui.vuetify3 import SinglePageLayout # type: ignore[import-untyped]
10-
from trame.widgets import vuetify3 # type: ignore[import-untyped]
11-
from trame_server.core import Controller, Server, State # type: ignore[import-untyped]
7+
from trame.app import get_server
8+
from trame.app.file_upload import ClientFile
9+
from trame.ui.vuetify3 import SinglePageLayout
10+
from trame.widgets import vuetify3
11+
from trame_server.core import Controller, Server, State
1212

1313
pv.OFF_SCREEN = False
1414

0 commit comments

Comments
 (0)