From 081848854ce692964491cfc4fa8e8ed47c13bcef Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 11 Feb 2020 19:46:46 -0800 Subject: Removed unused imports in src/test/ (#1381) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- src/test/scala/firrtlTests/CInferMDirSpec.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/scala/firrtlTests/CInferMDirSpec.scala') diff --git a/src/test/scala/firrtlTests/CInferMDirSpec.scala b/src/test/scala/firrtlTests/CInferMDirSpec.scala index db8739fd..e03d1ab9 100644 --- a/src/test/scala/firrtlTests/CInferMDirSpec.scala +++ b/src/test/scala/firrtlTests/CInferMDirSpec.scala @@ -6,7 +6,6 @@ import firrtl._ import firrtl.ir._ import firrtl.passes._ import firrtl.transforms._ -import annotations._ class CInferMDir extends LowTransformSpec { object CInferMDirCheckPass extends Pass { -- cgit v1.2.3