diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2023-01-05 13:59:48 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2023-01-05 14:00:02 +0200 |
commit | 1014034c8938547630180ae611d0c7d4a2912b70 (patch) | |
tree | 4eb97c3031f269553b41421c26e46fca9f94906d /lib | |
parent | 2fde7f177bd30a452b4625f19df8e97b1d58bbbc (diff) | |
download | openweathermap-1014034c8938547630180ae611d0c7d4a2912b70.tar.gz |
Remove unsed import
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Web/OpenWeatherMap/Types/Location.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Web/OpenWeatherMap/Types/Location.hs b/lib/Web/OpenWeatherMap/Types/Location.hs index 2393641..5b9a9b8 100644 --- a/lib/Web/OpenWeatherMap/Types/Location.hs +++ b/lib/Web/OpenWeatherMap/Types/Location.hs @@ -9,7 +9,6 @@ module Web.OpenWeatherMap.Types.Location ( Location(..) ) where -import Data.ByteString (ByteString) import Data.Proxy (Proxy(..)) import Data.Text (Text) import Data.Text.Encoding (encodeUtf8) |