This is an automated email from the ASF dual-hosted git repository.
markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 394e9f6 Removed unused import statement (#4845)
394e9f6 is described below
commit 394e9f6cb3ec09dd4a5ce158afaf2268d64fec12
Author: ningyougang <[email protected]>
AuthorDate: Sat Feb 29 22:08:32 2020 +0800
Removed unused import statement (#4845)
---
tests/src/test/scala/services/HeadersTests.scala | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/src/test/scala/services/HeadersTests.scala
b/tests/src/test/scala/services/HeadersTests.scala
index afa53ca..ff7894d 100644
--- a/tests/src/test/scala/services/HeadersTests.scala
+++ b/tests/src/test/scala/services/HeadersTests.scala
@@ -51,7 +51,6 @@ import akka.http.scaladsl.model.HttpHeader
import akka.stream.ActorMaterializer
import common.WskActorSystem
import pureconfig._
-import pureconfig.generic.auto._
@RunWith(classOf[JUnitRunner])
class HeadersTests extends FlatSpec with Matchers with ScalaFutures with
WskActorSystem with WskTestHelpers {