twitter / summingbird

Streaming MapReduce with Scalding and Storm
https://twitter.com/summingbird
Apache License 2.0
2.14k stars 267 forks source link

Remove unused imports #718

Closed ttim closed 7 years ago

ttim commented 7 years ago

Remove unused imports across summingbird project.

codecov-io commented 7 years ago

Codecov Report

Merging #718 into develop will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #718   +/-   ##
========================================
  Coverage    70.88%   70.88%           
========================================
  Files          141      141           
  Lines         3479     3479           
  Branches       202      202           
========================================
  Hits          2466     2466           
  Misses        1013     1013
Impacted Files Coverage Δ
...la/com/twitter/summingbird/scalding/TestUtil.scala 49.12% <ø> (ø) :white_check_mark:
...ingbird/scalding/service/SimpleWindowService.scala 0% <ø> (ø) :white_check_mark:
...cala/com/twitter/summingbird/example/Storage.scala 76.47% <ø> (ø) :white_check_mark:
...a/com/twitter/summingbird/example/ExampleJob.scala 0% <ø> (ø) :white_check_mark:
...twitter/summingbird/builder/CompletedBuilder.scala 100% <ø> (ø) :white_check_mark:
...scala/com/twitter/summingbird/storm/Executor.scala 0% <ø> (ø) :white_check_mark:
...om/twitter/summingbird/scalding/MockMappable.scala 91.66% <ø> (ø) :white_check_mark:
...om/twitter/summingbird/builder/SourceBuilder.scala 46.15% <ø> (ø) :white_check_mark:
...a/com/twitter/summingbird/storm/StormTestRun.scala 79.41% <ø> (ø) :white_check_mark:
...om/twitter/summingbird/store/MergeOperations.scala 100% <ø> (ø) :white_check_mark:
... and 41 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df8b4b0...09f7560. Read the comment docs.

johnynek commented 7 years ago

👍 this is really great!