aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/qtransform_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/qtransform_test.py')
-rw-r--r--sources/pyside6/tests/QtGui/qtransform_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtGui/qtransform_test.py b/sources/pyside6/tests/QtGui/qtransform_test.py
index 8fcddf3ec..777e88225 100644
--- a/sources/pyside6/tests/QtGui/qtransform_test.py
+++ b/sources/pyside6/tests/QtGui/qtransform_test.py
@@ -38,6 +38,7 @@ init_test_paths(False)
from PySide6.QtCore import QPointF
from PySide6.QtGui import QTransform, QPolygonF, QPolygonF
+
class QTransformTest(unittest.TestCase):
def testMap(self):
@@ -86,7 +87,6 @@ class QTransformTest(unittest.TestCase):
self.assertEqual(t1, r2)
-
def testsquareToQuad(self):
q1 = QPolygonF()
q1.append(QPointF(10.0, 10.0))
@@ -105,5 +105,5 @@ class QTransformTest(unittest.TestCase):
if __name__ == "__main__":
- unittest.main()
+ unittest.main()