Skip to content

Commit 0259983

Browse files
committed
fixed a linter issue
1 parent 0fee2a7 commit 0259983

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.tools/weathertop/backend/src/main/java/com/weathertop/lambda/HandlerHistoricalSDK.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent;
99
import com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent;
1010
import com.weathertop.service.HistoricalSDK;
11-
12-
1311
import java.util.Map;
1412

1513
public class HandlerHistoricalSDK implements RequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent> {

0 commit comments

Comments
 (0)