Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed Jul 22, 2024
1 parent 2403294 commit 8a41abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import Data.List hiding (group)
import Data.List.NonEmpty (NonEmpty ((:|)))
import Data.Semigroup hiding (option)
import Data.String
import GHC.Stack.Types (HasCallStack)

import System.Exit
import Test.QuickCheck hiding (Success, Failure)
Expand All @@ -40,7 +39,6 @@ import Options.Applicative.Help.Pretty (Doc)
import qualified Options.Applicative.Help.Pretty as Doc
import Options.Applicative.Help.Chunk
import Options.Applicative.Help.Levenshtein
import qualified Options.Applicative.Internal as Internal

import Prelude

Expand Down

0 comments on commit 8a41abe

Please sign in to comment.