Skip to content

Commit

Permalink
Remove init from tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Aug 2, 2016
1 parent 624a683 commit 7bd0ce2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cache/v/cache/lastfailed
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"qtpy/tests/test_patch_qcombobox.py": true
}
Empty file removed qtpy/tests/__init__.py
Empty file.
1 change: 1 addition & 0 deletions qtpy/tests/test_patch_qcombobox.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from qtpy import QtGui, QtWidgets


def get_qapp(icon_path=None):
qapp = QtWidgets.QApplication.instance()
if qapp is None:
Expand Down

0 comments on commit 7bd0ce2

Please sign in to comment.