diff options
Diffstat (limited to 'sources/pyside6/tests/QtHelp/help_test.py')
| -rw-r--r-- | sources/pyside6/tests/QtHelp/help_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtHelp/help_test.py b/sources/pyside6/tests/QtHelp/help_test.py index 9e5c879da..ea121d6a3 100644 --- a/sources/pyside6/tests/QtHelp/help_test.py +++ b/sources/pyside6/tests/QtHelp/help_test.py @@ -19,7 +19,7 @@ from helper.usesqapplication import UsesQApplication class QHelpEngineCreation(UsesQApplication): def testConstructor(self): - helpEngine = QHelpEngine('mycollection.qch') + helpEngine = QHelpEngine('mycollection.qch') # noqa: F841 if __name__ == '__main__': |
