Skip to content
Snippets Groups Projects
Commit a4a04b1b authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Fix flake8

parent a0761924
No related branches found
No related tags found
1 merge request!56Go Faster while creating transcription from API
......@@ -26,6 +26,7 @@ class TestPolygonField(TestCase):
self.assertSequenceEqual(Zone.objects.filter(polygon__contains=self.z3.polygon), [self.z1, self.z3])
self.assertSequenceEqual(Zone.objects.filter(polygon__contains=self.z1.polygon), [self.z1])
class TestPolygon(TestCase):
'''
Test the low level class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment