Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard Ehrenfried <[email protected]>
  • Loading branch information
miklcct and leonardehrenfried committed Nov 7, 2024
1 parent 85d5f86 commit 13949af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.opentripplanner.gtfs.mapping;

import org.opentripplanner.framework.application.OTPFeature;
import org.opentripplanner.transit.model.basic.TransitMode;

public class TransitModeMapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
import static org.opentripplanner.transit.model.basic.TransitMode.TROLLEYBUS;

import java.util.stream.Stream;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
import org.opentripplanner.framework.application.OTPFeature;
import org.opentripplanner.transit.model.basic.TransitMode;

class TransitModeMapperTest {
Expand Down

0 comments on commit 13949af

Please sign in to comment.