Skip to content

Commit 4308b75

Browse files
committed
Remove redundant import
1 parent 17453bc commit 4308b75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ghcide/src/Development/IDE/Plugin/CodeAction.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ import Development.IDE.GHC.Error
5050
import Development.IDE.GHC.ExactPrint
5151
import Development.IDE.GHC.Util (printOutputable,
5252
printRdrName,
53-
traceAst,
54-
printOutputable)
53+
traceAst)
5554
import Development.IDE.Plugin.CodeAction.Args
5655
import Development.IDE.Plugin.CodeAction.ExactPrint
5756
import Development.IDE.Plugin.CodeAction.PositionIndexed

0 commit comments

Comments
 (0)