Skip to content

Commit 7bd0ce2

Browse files
committed
Remove init from tests folder
1 parent 624a683 commit 7bd0ce2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

‎.cache/v/cache/lastfailed‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"qtpy/tests/test_patch_qcombobox.py": true
3+
}

‎qtpy/tests/__init__.py‎

Whitespace-only changes.

‎qtpy/tests/test_patch_qcombobox.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
fromqtpyimportQtGui, QtWidgets
44

5+
56
defget_qapp(icon_path=None):
67
qapp=QtWidgets.QApplication.instance()
78
ifqappisNone:

0 commit comments

Comments
(0)