diff --git a/tools/python/google_maps_bookmarks.py b/tools/python/google_maps_bookmarks.py index e7bccd7942..44ef1518c9 100755 --- a/tools/python/google_maps_bookmarks.py +++ b/tools/python/google_maps_bookmarks.py @@ -157,7 +157,6 @@ class GoogleMapsConverter: if not content: raise ValueError(f"The file {self.input_file} is empty or not a valid JSON file.") - # Determine the file mime type (GeoJSON or CSV) and process accordingly mime_type, _ = mimetypes.guess_type(self.input_file) if mime_type == 'application/geo+json' or mime_type == 'application/json': try: