From 359116f1d046dbec2ec7f26e4c8473de79c89bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sat, 11 Nov 2023 17:21:16 +0100 Subject: [PATCH] remove unneeded comments --- src/c3nav/routing/api.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/c3nav/routing/api.py b/src/c3nav/routing/api.py index bac50bfc..17f7d300 100644 --- a/src/c3nav/routing/api.py +++ b/src/c3nav/routing/api.py @@ -8,10 +8,9 @@ from rest_framework.viewsets import ViewSet from c3nav.mapdata.api import api_stats_clean_location_value from c3nav.mapdata.forms import PositionAPIUpdateForm from c3nav.mapdata.models.access import AccessPermission -from c3nav.mapdata.models.geometry.space import RangingBeacon from c3nav.mapdata.models.locations import Position from c3nav.mapdata.utils.cache.stats import increment_cache_key -from c3nav.mapdata.utils.locations import CustomLocation, visible_locations_for_request +from c3nav.mapdata.utils.locations import visible_locations_for_request from c3nav.routing.exceptions import LocationUnreachable, NoRouteFound, NotYetRoutable from c3nav.routing.forms import RouteForm from c3nav.routing.locator import Locator