aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2023-01-05 13:59:48 +0200
committerIgor Pashev <pashev.igor@gmail.com>2023-01-05 14:00:02 +0200
commit1014034c8938547630180ae611d0c7d4a2912b70 (patch)
tree4eb97c3031f269553b41421c26e46fca9f94906d
parent2fde7f177bd30a452b4625f19df8e97b1d58bbbc (diff)
downloadopenweathermap-1014034c8938547630180ae611d0c7d4a2912b70.tar.gz
Remove unsed import
-rw-r--r--lib/Web/OpenWeatherMap/Types/Location.hs1
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)