Skip to content

Commit 4f06a88

Browse files
committed
cleanup: remove redundant import
1 parent 01a001d commit 4f06a88

File tree

1 file changed

+1
-1
lines changed
  • lambda-buffers-compiler/test/Test/KindCheck

1 file changed

+1
-1
lines changed

lambda-buffers-compiler/test/Test/KindCheck/Errors.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Test.KindCheck.Errors (testGKindCheckErrors) where
22

33
import LambdaBuffers.Compiler.KindCheck (check_)
44
import LambdaBuffers.Compiler.ProtoCompat qualified as PC
5-
import LambdaBuffers.Compiler.ProtoCompat.Types (CompilerError (CompKindCheckError), KindCheckError (UnboundTyRefError, UnboundTyVarError), Module)
5+
import LambdaBuffers.Compiler.ProtoCompat.Types (CompilerError (CompKindCheckError), KindCheckError (UnboundTyRefError, UnboundTyVarError))
66
import Test.Tasty (TestTree, testGroup)
77
import Test.Tasty.HUnit (testCase, (@?=))
88
import Test.Utils.CompilerInput (compilerInput'undefinedForeignTyRef, compilerInput'undefinedLocalTyRef, compilerInput'undefinedVariable)

0 commit comments

Comments
 (0)