summaryrefslogtreecommitdiff
path: root/tests/db_functions/math/test_pi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db_functions/math/test_pi.py')
-rw-r--r--tests/db_functions/math/test_pi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/db_functions/math/test_pi.py b/tests/db_functions/math/test_pi.py
index 2446420fd3..11e4638168 100644
--- a/tests/db_functions/math/test_pi.py
+++ b/tests/db_functions/math/test_pi.py
@@ -7,7 +7,6 @@ from ..models import FloatModel
class PiTests(TestCase):
-
def test(self):
FloatModel.objects.create(f1=2.5, f2=15.9)
obj = FloatModel.objects.annotate(pi=Pi()).first()