Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
devsprint committed Aug 22, 2023
1 parent 8122cbc commit 453b1ab
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package zio.schema.codec

import org.apache.avro.generic.GenericData

import java.math.BigInteger
import java.time.{
DayOfWeek,
Expand All @@ -21,6 +19,9 @@ import java.time.{
ZonedDateTime
}
import java.util.UUID

import org.apache.avro.generic.GenericData

import zio._
import zio.schema.{ DeriveSchema, Schema }
import zio.stream.ZStream
Expand Down

0 comments on commit 453b1ab

Please sign in to comment.