Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastkowski committed Jun 24, 2024
1 parent 3bcd59f commit 9b99dff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

package com.mobimeo.gtfs.model

import fs2.data.csv._
import fs2.data.csv.generic.semiauto._
import java.time._
import fs2.data.csv.*
import fs2.data.csv.generic.semiauto.*
import java.time.*


class SecondsSinceMidnight(val seconds: Int) extends AnyVal {
Expand Down

0 comments on commit 9b99dff

Please sign in to comment.