You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/01/12 21:31:27 UTC

[incubator-openwhisk-package-alarms] branch master updated: remove unused imports (#120)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b342fb  remove unused imports (#120)
8b342fb is described below

commit 8b342fb486a4e0ef9e778d8576cf6e27be004f74
Author: Jason Peterson <ja...@us.ibm.com>
AuthorDate: Fri Jan 12 16:31:25 2018 -0500

    remove unused imports (#120)
---
 tests/src/test/scala/system/packages/AlarmsFeedTests.scala | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/tests/src/test/scala/system/packages/AlarmsFeedTests.scala b/tests/src/test/scala/system/packages/AlarmsFeedTests.scala
index bd0aa31..62dd74f 100644
--- a/tests/src/test/scala/system/packages/AlarmsFeedTests.scala
+++ b/tests/src/test/scala/system/packages/AlarmsFeedTests.scala
@@ -16,13 +16,12 @@
  */
 package system.packages
 
+import common._
 import org.junit.runner.RunWith
-import org.scalatest.{FlatSpec, Inside}
+import org.scalatest.FlatSpec
 import org.scalatest.junit.JUnitRunner
-import common._
-import spray.json.DefaultJsonProtocol.IntJsonFormat
-import spray.json.DefaultJsonProtocol.{LongJsonFormat, StringJsonFormat}
-import spray.json.{JsObject, JsString, pimpAny}
+import spray.json.DefaultJsonProtocol.{IntJsonFormat, LongJsonFormat, StringJsonFormat}
+import spray.json.{JsString, pimpAny}
 
 /**
  * Tests for alarms trigger service

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].