Skip to content

Commit 3a49e1c

Browse files
committed
fix imports
1 parent bd6f286 commit 3a49e1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/scala/fr/davit/pekko/http/metrics/core/scaladsl/server/HttpMetricsDirectives.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ package fr.davit.pekko.http.metrics.core.scaladsl.server
1919
import org.apache.pekko.http.scaladsl.marshalling.ToEntityMarshaller
2020
import org.apache.pekko.http.scaladsl.server.Directives._
2121
import org.apache.pekko.http.scaladsl.server.PathMatcher.{Matched, Unmatched}
22-
import org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.{mapRequestContext, tprovide}
23-
import org.apache.pekko.http.scaladsl.server.directives.RouteDirectives.reject
2422
import org.apache.pekko.http.scaladsl.server.util.Tuple
2523
import org.apache.pekko.http.scaladsl.server.{Directive, Directive0, PathMatcher, StandardRoute}
2624
import fr.davit.pekko.http.metrics.core.{AttributeLabeler, HttpMetricsRegistry, PathLabeler}

0 commit comments

Comments
 (0)