summaryrefslogtreecommitdiff
path: root/tests/raw_query/tests.py
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@sixmedia.com>2013-12-09 00:20:06 +0700
committerTim Graham <timograham@gmail.com>2013-12-10 15:12:48 -0500
commita2814846ca006b4fbf3a893ec52cd9d444b3a3eb (patch)
tree780498814e830e2b8ee6ac435575afdc2e8e63f6 /tests/raw_query/tests.py
parent0873200e7f61315ad375061a3dc6d37b514ff985 (diff)
Fixed E124 pep8 warnings.
Diffstat (limited to 'tests/raw_query/tests.py')
-rw-r--r--tests/raw_query/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/raw_query/tests.py b/tests/raw_query/tests.py
index b57ce52f0b..4c30984e9c 100644
--- a/tests/raw_query/tests.py
+++ b/tests/raw_query/tests.py
@@ -234,6 +234,4 @@ class RawQueryTests(TestCase):
)
def test_query_count(self):
- self.assertNumQueries(1,
- list, Author.objects.raw("SELECT * FROM raw_query_author")
- )
+ self.assertNumQueries(1, list, Author.objects.raw("SELECT * FROM raw_query_author"))