Skip to content

Commit 3f82f4f

Browse files
committed
remove unnecessary import
1 parent f57397f commit 3f82f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from PyQt5.QtWidgets import QWidget, QApplication
1+
from PyQt5.QtWidgets import QWidget
22
from PyQt5.QtTest import QTest
33

44
from slice.ui.widgets import DragDropLineEdit

0 commit comments

Comments
 (0)