pjfanning commented on code in PR #150: URL: https://github.com/apache/incubator-pekko-http/pull/150#discussion_r1203962850
########## parsing/src/main/scala/org/apache/pekko/macros/LogHelper.scala: ########## @@ -13,11 +13,8 @@ package org.apache.pekko.macros -import org.apache.pekko -import pekko.annotation.InternalApi -import pekko.event.LoggingAdapter - -import scala.reflect.macros.blackbox +import org.apache.pekko.annotation.InternalApi Review Comment: maybe fix this import - move with rest of pekko ones and remove org.apache bit -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
