From 1c3eedc78fb5ad63cce22f4e76b494790eb2fa85 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Thu, 19 Dec 2024 15:31:19 -0500 Subject: [PATCH] cleanup: Remove unused aliases (#2277) --- lib/dotcom_web/components/trip_planner/start_or_end_place.ex | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/dotcom_web/components/trip_planner/start_or_end_place.ex b/lib/dotcom_web/components/trip_planner/start_or_end_place.ex index e94babe80c..a9dd633d59 100644 --- a/lib/dotcom_web/components/trip_planner/start_or_end_place.ex +++ b/lib/dotcom_web/components/trip_planner/start_or_end_place.ex @@ -7,9 +7,6 @@ defmodule DotcomWeb.Components.TripPlanner.StartOrEndPlace do import DotcomWeb.Components.TripPlanner.Place, only: [place: 1] - alias Routes.Route - alias Stops.Stop - attr :place, :map, required: true attr :time, :any, required: true attr :route, :map, default: nil