Skip to content

Commit 099e79a

Browse files
committed
fixing for lint
1 parent ca5eaf8 commit 099e79a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/clientside/test_clientside_functions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from dash import *
1+
from dash import Dash, html, Input, Output, no_update
22
import json
33
from multiprocessing import Value
4-
import time
54

65

76
def test_sp001_clientside_setprops(dash_duo):
@@ -58,7 +57,6 @@ def prinout(c, id):
5857

5958
dash_duo.wait_for_text_to_equal("#setup", "test setprops")
6059
dash_duo.find_element("#setup").click()
61-
time.sleep(1)
6260
dash_duo.wait_for_text_to_equal("#two", "this is a test")
6361
dash_duo.wait_for_text_to_equal("#three", "i see trees of green")
6462
dash_duo.wait_for_text_to_equal("#four", "3")

0 commit comments

Comments
 (0)