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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 81a9800ea remove unused import (#128)
81a9800ea is described below

commit 81a9800ea85ee9344868fd06996c8764825399e8
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Mar 25 14:10:52 2023 +0100

    remove unused import (#128)
---
 .../scala/org/apache/pekko/http/impl/model/parser/CharacterClasses.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/CharacterClasses.scala
 
b/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/CharacterClasses.scala
index aa2814a38..d3228b4d7 100644
--- 
a/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/CharacterClasses.scala
+++ 
b/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/CharacterClasses.scala
@@ -13,7 +13,6 @@
 
 package org.apache.pekko.http.impl.model.parser
 
-import org.apache.pekko
 import org.parboiled2.CharPredicate
 
 // efficient encoding of *7-bit* ASCII characters


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to