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/fixed/FixedPointMathSpec.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/fixed/FixedPointMathSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala b/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala index a4319e8b..e1b03728 100644 --- a/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala +++ b/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala @@ -2,8 +2,7 @@ package firrtlTests.fixed -import firrtl.{CircuitState, ChirrtlForm, LowFirrtlCompiler, Parser} -import firrtl.Parser.IgnoreInfo +import firrtl.{CircuitState, ChirrtlForm, LowFirrtlCompiler} import firrtlTests.FirrtlFlatSpec class FixedPointMathSpec extends FirrtlFlatSpec { |
