Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Dec 2, 2023
1 parent 1fcb828 commit 5ccf4a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package example
// format: off
import cats.effect.Concurrent
import feral.lambda.events.ApiGatewayProxyStructuredResultV2
import feral.lambda.http4s.ApiGatewayProxyHandler
import org.http4s.HttpApp
import feral.lambda.{ ApiGatewayProxyInvocationV2, DynamoDbStreamInvocation, Invocation, S3BatchInvocation, SnsInvocation, SqsInvocation }
import feral.lambda.events.{ ApiGatewayProxyEvent, ApiGatewayProxyResult }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ class V0_3_0Rewrites extends SemanticRule("V0_3_0Rewrites") {
"feral.lambda.http4s.ApiGatewayProxyHandler.httpApp" -> "feral.lambda.http4s.ApiGatewayProxyHandlerV2.apply",
"feral.lambda.http4s.ApiGatewayProxyHandler.apply" -> "feral.lambda.http4s.ApiGatewayProxyHandlerV2.httpRoutes",
"feral.lambda.http4s.ApiGatewayProxyHandler.httpRoutes" -> "feral.lambda.http4s.ApiGatewayProxyHandlerV2.httpRoutes"
)
) + Patch.removeGlobalImport(Symbol("feral/lambda/http4s/ApiGatewayProxyHandler."))
}

0 comments on commit 5ccf4a9

Please sign in to comment.