summaryrefslogtreecommitdiff
path: root/docs/testing.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing.txt')
-rw-r--r--docs/testing.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt
index 04c999cda8..7705380eff 100644
--- a/docs/testing.txt
+++ b/docs/testing.txt
@@ -721,7 +721,6 @@ This means, instead of instantiating a ``Client`` in each test::
...you can just refer to ``self.client``, like so::
from django.test import TestCase
- from django.test.client import Client
class SimpleTest(TestCase):
def test_details(self):