Skip to content

Commit e16c4bb

Browse files
committed
Remove old _download method
1 parent 9bcaa38 commit e16c4bb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/downloading_files/view.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
"""View for file download example."""
22

33
import os
4-
from typing import Optional
54

65
from nova.mvvm.trame_binding import TrameBinding
76
from nova.trame import ThemedApp
87
from nova.trame.view.components import DataSelector
98
from nova.trame.view.layouts import VBoxLayout
10-
from trame.widgets import client
119
from trame.widgets import vuetify3 as vuetify
1210

1311
from .model import Model
@@ -28,8 +26,6 @@ def __init__(self) -> None:
2826
# uninitialized in the UI via v_if statements.
2927
self.view_model.update_form_data()
3028

31-
self._download: Optional[client.JSEval] = None
32-
3329
self.create_ui()
3430

3531
def create_ui(self) -> None:

0 commit comments

Comments
 (0)