Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Nov 25, 2024
1 parent d56fe72 commit f624114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/PureScript/Lsp/ServerConfig.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Language.PureScript.Lsp.ServerConfig where

import Data.Aeson (FromJSON, ToJSON, fromJSON)
import Data.Aeson (FromJSON, ToJSON)
import Language.LSP.Protocol.Types (TraceValue (..))
import Language.LSP.Server (MonadLsp, getConfig, setConfig)
import Language.PureScript.Lsp.LogLevel (LspLogLevel (..))
Expand Down

0 comments on commit f624114

Please sign in to comment.