Fixed #26176 -- Fixed E123 flake8 warnings.

This commit is contained in:
Tim Graham 2016-02-05 13:53:03 -05:00
parent 275314512d
commit 406675b1a0
16 changed files with 536 additions and 548 deletions

View file

@ -89,7 +89,7 @@ class GISFunctionsTests(TestCase):
chicago_json,
City.objects.annotate(
geojson=functions.AsGeoJSON('point', bbox=True, crs=True, precision=5)
).get(name='Chicago').geojson
).get(name='Chicago').geojson
)
@skipUnlessDBFeature("has_AsGML_function")