Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
noughtmare committed Oct 26, 2024
1 parent ada484e commit 6c05e23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/functional/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ import Control.Monad
import Data.Hashable
import qualified Data.HashMap.Strict as HM
import qualified Data.Map as Map
import qualified Data.Text as T
import Data.Typeable (Typeable)
import Development.IDE (RuleResult, action, define,
getFilesOfInterestUntracked,
getPluginConfigAction, ideErrorText,
uses_)
import Development.IDE.Test (Cursor, ExpectedDiagnostic,
expectDiagnostics)
import Development.IDE.Test (ExpectedDiagnostic, expectDiagnostics)
import GHC.Generics
import Ide.Plugin.Config
import Ide.Types
Expand Down

0 comments on commit 6c05e23

Please sign in to comment.