diff --git a/school_center.py b/school_center.py index dd93f88..ad662ba 100644 --- a/school_center.py +++ b/school_center.py @@ -68,7 +68,7 @@ def sort_key(c): return [] within_distance = [] - nearest_distance = None; + nearest_distance = None nearest_center = None for c in centers: distance = haversine_distance(float(school_lat), float(school_long), float(c.get('lat')), float(c.get('long')))