We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcaa38 commit e16c4bbCopy full SHA for e16c4bb
1 file changed
examples/downloading_files/view.py
@@ -1,13 +1,11 @@
1
"""View for file download example."""
2
3
import os
4
-from typing import Optional
5
6
from nova.mvvm.trame_binding import TrameBinding
7
from nova.trame import ThemedApp
8
from nova.trame.view.components import DataSelector
9
from nova.trame.view.layouts import VBoxLayout
10
-from trame.widgets import client
11
from trame.widgets import vuetify3 as vuetify
12
13
from .model import Model
@@ -28,8 +26,6 @@ def __init__(self) -> None:
28
26
# uninitialized in the UI via v_if statements.
29
27
self.view_model.update_form_data()
30
31
- self._download: Optional[client.JSEval] = None
32
-
33
self.create_ui()
34
35
def create_ui(self) -> None:
0 commit comments