Skip to content

Commit cb3722c

Browse files
committed
Remove super calls
1 parent fc798bc commit cb3722c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_app/tests/test_components.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ class ComponentTests(ChannelsLiveServerTestCase):
2929

3030
@classmethod
3131
def setUpClass(cls):
32-
super().setUpClass()
33-
3432
# Repurposed from ChannelsLiveServerTestCase._pre_setup
3533
for connection in connections.all():
3634
if cls._is_in_memory_db(cls, connection):
@@ -97,8 +95,6 @@ def tearDownClass(cls):
9795
reset_sequences=False,
9896
)
9997

100-
super().tearDownClass()
101-
10298
def _pre_setup(self):
10399
"""Handled manually in `setUpClass` to speed things up."""
104100

0 commit comments

Comments
 (0)