summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/test/testcases.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index e767712469..4b19dfdbf2 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -544,7 +544,6 @@ class TransactionTestCase(ut2.TestCase):
if func is None:
return context
- # Basically emulate the `with` statement here.
with context:
func(*args, **kwargs)