aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/iterable_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/pysidetest/iterable_test.py')
-rw-r--r--sources/pyside6/tests/pysidetest/iterable_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/pysidetest/iterable_test.py b/sources/pyside6/tests/pysidetest/iterable_test.py
index e8a85acf8..d2bf8c9f2 100644
--- a/sources/pyside6/tests/pysidetest/iterable_test.py
+++ b/sources/pyside6/tests/pysidetest/iterable_test.py
@@ -50,6 +50,7 @@ try:
except ImportError:
have_numpy = False
+
class PySequenceTest(unittest.TestCase):
def test_iterable(self):