Skip to content

Commit

Permalink
style(proxy-list): Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo-Byr authored and jourdain committed Dec 19, 2024
1 parent 404311a commit 777badb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/07_ProxyList/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
from trame.app import get_server
from trame.ui.vuetify2 import SinglePageLayout
from trame.widgets import vuetify2 as vuetify, simput, html
from trame.widgets import vuetify2 as vuetify, simput

from trame_simput import get_simput_manager

Expand Down

0 comments on commit 777badb

Please sign in to comment.