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