Skip to content

Commit 56d0990

Browse files
committed
self review
1 parent d4a6649 commit 56d0990

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_app/tests/utils.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,4 @@ def _pre_setup(self):
8989
def _post_teardown(self):
9090
"""Handled manually in `tearDownClass` to prevent TransactionTestCase from doing
9191
database flushing. This is needed to prevent a `SynchronousOnlyOperation` from
92-
occuring due to a bug within `ChannelsLiveServerTestCase`."""
93-
94-
def setUp(self): ...
92+
occurring due to a bug within `ChannelsLiveServerTestCase`."""

0 commit comments

Comments
 (0)