Pep fixes

This commit is contained in:
Philip Ridout 2017-08-04 19:06:43 +01:00
parent 46b42c24e5
commit 1c8474b8e2
3 changed files with 9 additions and 11 deletions

View File

@ -18,8 +18,6 @@ class TestFileDialogPatches(TestCase):
"""
Test that the :class:`PQFileDialog` instantiates correctly
"""
#app = QtWidgets.QApplication(sys.argv)
# GIVEN: The PQFileDialog class
# WHEN: Creating an instance
instance = PQFileDialog()