From 6a7603f03932223d4c8d69bd8ce7e053bf0b49fc Mon Sep 17 00:00:00 2001 From: pilar Date: Tue, 19 May 2020 17:23:29 -0400 Subject: [PATCH] finding errors in the server 3 --- city_model_structure/city.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/city_model_structure/city.py b/city_model_structure/city.py index 3b900cf4..c7a169c5 100644 --- a/city_model_structure/city.py +++ b/city_model_structure/city.py @@ -1,7 +1,7 @@ from city_model_structure.city_object import CityObject from typing import List, Union -##### + class City: def __init__(self, lower_corner, upper_corner, city_objects, srs_name): self._city_objects = None