summaryrefslogtreecommitdiff
path: root/django/contrib/gis/maps/google/gmap.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-11 07:25:14 -0400
committerTim Graham <timograham@gmail.com>2013-10-11 07:25:14 -0400
commitb67ab75e82ec59dd4eeca119eeaf570d7c88556c (patch)
tree45bb072d08b4d7de7e6b76bf01fcd9bddcb43acd /django/contrib/gis/maps/google/gmap.py
parent695bc0d191c126a948a7cf3acc3e37d9377ebd20 (diff)
Fixed assorted flake8 errors.
Diffstat (limited to 'django/contrib/gis/maps/google/gmap.py')
-rw-r--r--django/contrib/gis/maps/google/gmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/maps/google/gmap.py b/django/contrib/gis/maps/google/gmap.py
index 95cf2c9d99..39c0c5516b 100644
--- a/django/contrib/gis/maps/google/gmap.py
+++ b/django/contrib/gis/maps/google/gmap.py
@@ -81,7 +81,7 @@ class GoogleMap(object):
# level and a center coordinate are provided with polygons/polylines,
# no automatic determination will occur.
self.calc_zoom = False
- if self.polygons or self.polylines or self.markers:
+ if self.polygons or self.polylines or self.markers:
if center is None or zoom is None:
self.calc_zoom = True