From 88639e5dd0a659e954d2a846c69c5526ddf28388 Mon Sep 17 00:00:00 2001 From: mmvpm Date: Mon, 13 May 2024 21:29:41 +0300 Subject: [PATCH] optimize imports --- bot/src/main/scala/com/github/mmvpm/bot/OfferServiceBot.scala | 1 - 1 file changed, 1 deletion(-) 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