diff --git a/bot/src/main/scala/com/github/mmvpm/bot/OfferServiceBot.scala b/bot/src/main/scala/com/github/mmvpm/bot/OfferServiceBot.scala index 95778a3..d0ea5e3 100644 --- a/bot/src/main/scala/com/github/mmvpm/bot/OfferServiceBot.scala +++ b/bot/src/main/scala/com/github/mmvpm/bot/OfferServiceBot.scala @@ -16,7 +16,6 @@ import com.github.mmvpm.bot.model.{ChatID, MessageID} import com.github.mmvpm.bot.render.Renderer import com.github.mmvpm.bot.state.State._ import com.github.mmvpm.bot.state.{State, StateManager, Storage} -import com.github.mmvpm.model.OfferStatus import sttp.client3.SttpBackend import scala.util.Try