diff options
| author | Jim Lawson | 2020-02-11 19:46:46 -0800 |
|---|---|---|
| committer | GitHub | 2020-02-12 03:46:46 +0000 |
| commit | 081848854ce692964491cfc4fa8e8ed47c13bcef (patch) | |
| tree | 8242846b6bc3131b36652ffd7519eda5e425f578 /src/test/scala/firrtlTests/interval/IntervalMathSpec.scala | |
| parent | 34681182a8fb611693c5ae32a296f306e72fb367 (diff) | |
Removed unused imports in src/test/ (#1381)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'src/test/scala/firrtlTests/interval/IntervalMathSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/interval/IntervalMathSpec.scala | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/scala/firrtlTests/interval/IntervalMathSpec.scala b/src/test/scala/firrtlTests/interval/IntervalMathSpec.scala index 20fdeee1..f72fc292 100644 --- a/src/test/scala/firrtlTests/interval/IntervalMathSpec.scala +++ b/src/test/scala/firrtlTests/interval/IntervalMathSpec.scala @@ -3,11 +3,9 @@ package firrtlTests.interval import firrtl.Implicits.constraint2bound -import firrtl.{ChirrtlForm, CircuitState, LowFirrtlCompiler, Parser} +import firrtl.{ChirrtlForm, CircuitState, LowFirrtlCompiler} import firrtl.ir._ -import scala.math.BigDecimal.RoundingMode._ -import firrtl.Parser.IgnoreInfo import firrtl.constraint._ import firrtlTests.FirrtlFlatSpec |
