Skip to content

Commit d71de8e

Browse files
committed
Remove unnecesary imports from wheel sensitivity demo
1 parent de0bf74 commit d71de8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demos/usage-wheel-sensitivity.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import dash
2-
from dash import callback, Input, Output, html
2+
from dash import html
33
import dash_cytoscape as cyto
4-
import json
54

65
app = dash.Dash(__name__)
76
server = app.server

0 commit comments

Comments
 (0)