diff --git a/net_http_mux.go b/net_http_mux.go index 0b1b9534..1ece8cbe 100644 --- a/net_http_mux.go +++ b/net_http_mux.go @@ -6,8 +6,6 @@ import ( "reflect" "runtime" "strings" - - "github.com/getkin/kin-openapi/openapi3" ) // Group allows grouping routes under a common path. @@ -228,4 +226,4 @@ var _ Registerer[string, any] = netHttpRouteRegisterer[string, any]{} func (a netHttpRouteRegisterer[T, B]) Register() Route[T, B] { return *Register(a.s, a.route, a.controller) -} \ No newline at end of file +}