From 4202d9cf0c359b5bb41247905454572b7f9644d9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 3 Nov 2013 01:53:28 -0700 Subject: [PATCH] Whitespace fix --- django/contrib/gis/db/models/sql/aggregates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/contrib/gis/db/models/sql/aggregates.py b/django/contrib/gis/db/models/sql/aggregates.py index 5a2e5d07bef..68fc12e54c8 100644 --- a/django/contrib/gis/db/models/sql/aggregates.py +++ b/django/contrib/gis/db/models/sql/aggregates.py @@ -4,6 +4,7 @@ from django.contrib.gis.db.models.fields import GeometryField __all__ = ['Count', 'Collect', 'Extent', 'Extent3D', 'MakeLine', 'Union'] + class GeoAggregate(Aggregate): # Default SQL template for spatial aggregates. sql_template = '%(function)s(%(field)s)'