Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
evenbrenden committed Jan 19, 2023
1 parent 3942cc5 commit 1b20f4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Unleash/HttpClient.hs
Expand Up @@ -7,11 +7,8 @@ module Unleash.HttpClient (
) where

import Data.Aeson (ToJSON, encode)
import Data.Foldable (find)
import Data.List (isPrefixOf)
import qualified Data.List.NonEmpty as NE
import Data.Map.Strict (Map, fromListWith)
import Data.Maybe (fromJust)
import Data.Proxy (Proxy (..))
import Data.Text (Text)
import qualified Data.Text as T
Expand Down

0 comments on commit 1b20f4c

Please sign in to comment.