diff options
Diffstat (limited to 'sources/pyside6/tests/pysidetest/delegatecreateseditor_test.py')
| -rw-r--r-- | sources/pyside6/tests/pysidetest/delegatecreateseditor_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/pyside6/tests/pysidetest/delegatecreateseditor_test.py b/sources/pyside6/tests/pysidetest/delegatecreateseditor_test.py index 665cd2ed8..ea39560bf 100644 --- a/sources/pyside6/tests/pysidetest/delegatecreateseditor_test.py +++ b/sources/pyside6/tests/pysidetest/delegatecreateseditor_test.py @@ -18,7 +18,7 @@ from PySide6.QtCore import Qt from PySide6.QtGui import QStandardItem, QStandardItemModel from PySide6.QtWidgets import (QAbstractItemDelegate, QComboBox, QSpinBox, QStyledItemDelegate, - QStyleOptionViewItem, QWidget) + QStyleOptionViewItem) id_text = 'This is me' @@ -79,4 +79,3 @@ class EditorCreatedByDelegateTest(UsesQApplication): if __name__ == '__main__': unittest.main() - |
