summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-03 01:53:28 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-03 01:53:28 -0700
commit4202d9cf0c359b5bb41247905454572b7f9644d9 (patch)
tree488cb09f5c1f923109e3e6f2e28d77541942f297
parent6c1b55d61a3b2c5e401bf63c1c65d569217a130b (diff)
Whitespace fix
-rw-r--r--django/contrib/gis/db/models/sql/aggregates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/gis/db/models/sql/aggregates.py b/django/contrib/gis/db/models/sql/aggregates.py
index 5a2e5d07be..68fc12e54c 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)'