Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Jul 24, 2024
1 parent 27aa28b commit a9abbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamodb/src/main/scala/zio/dynamodb/DynamoDBQuery.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import zio.dynamodb.UpdateExpression.Action
import zio.prelude.ForEachOps
import zio.schema.Schema
import zio.stream.Stream
import zio.{ Chunk, Schedule, ZIO, _ }
import zio.{ Chunk, Schedule, ZIO }
import scala.annotation.nowarn

sealed trait DynamoDBQuery[-In, +Out] { self =>
Expand Down

0 comments on commit a9abbc1

Please sign in to comment.