add never logged to add user
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import Generic, Mapping
|
||||
|
||||
from aws_lambda_powertools.event_handler import content_types
|
||||
from aws_lambda_powertools.event_handler.api_gateway import Response, ResponseT
|
||||
from aws_lambda_powertools.event_handler import Response, content_types
|
||||
from aws_lambda_powertools.event_handler.api_gateway import ResponseT
|
||||
|
||||
|
||||
class JSONResponse(Response, Generic[ResponseT]):
|
||||
|
||||
Reference in New Issue
Block a user