From 53074600d14fc818244a7a4969af0dece3c44000 Mon Sep 17 00:00:00 2001 From: ividito Date: Wed, 18 Jan 2023 18:49:06 -0400 Subject: [PATCH] lint --- raster_api/runtime/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster_api/runtime/handler.py b/raster_api/runtime/handler.py index a02c5ebc..f343d7e1 100644 --- a/raster_api/runtime/handler.py +++ b/raster_api/runtime/handler.py @@ -1,8 +1,8 @@ """AWS Lambda handler.""" +import asyncio import logging import os -import asyncio from mangum import Mangum from src.app import app