Skip to content

Commit a51cc7f

Browse files
committed
cleanup
1 parent 8e4d2c9 commit a51cc7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_gui.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pathlib
22
import shutil
33
import tempfile
4-
import time
54
from unittest import mock
65

76
import uuid
@@ -84,7 +83,6 @@ def test_gui_anonymous(qtbot):
8483
mw.close()
8584
QtTest.QTest.qWait(500)
8685
QtWidgets.QApplication.processEvents(QtCore.QEventLoop.AllEvents, 500)
87-
time.sleep(1)
8886

8987

9088
def test_gui_mydata_dataset_add_to_collection(mw, qtbot):

0 commit comments

Comments
 (0)