Skip to content

Commit bce3f8b

Browse files
committedApr 26, 2023
More super fixes
1 parent a6dac42 commit bce3f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/src/python/test_qgspallabeling_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,14 @@ class TestPALConfig(TestQgsPalLabeling):
360360

361361
@classmethod
362362
def setUpClass(cls):
363-
super().setUpClass()
363+
TestQgsPalLabeling.setUpClass()
364364

365365
cls.layer = TestQgsPalLabeling.loadFeatureLayer('point')
366366

367367
@classmethod
368368
def tearDownClass(cls):
369369
cls.removeMapLayer(cls.layer)
370-
super().tearDownClass()
370+
TestQgsPalLabeling.tearDownClass()
371371

372372
def setUp(self):
373373
"""Run before each test."""

0 commit comments

Comments
 (0)
Please sign in to comment.