diff --git a/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs b/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs index 4ff87b5..eaa639e 100644 --- a/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs +++ b/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs @@ -6,7 +6,6 @@ module Telegram.Bot.API.Methods.StopMessageLiveLocation where import Data.Aeson (FromJSON (..), ToJSON (..)) import Data.Proxy -import Data.Text import GHC.Generics (Generic) import Servant.API import Servant.Client hiding (Response)