[lib][responses] include new responses in __all__

This commit is contained in:
Maxime Alves LIRMM 2020-09-23 11:00:59 +02:00
parent d6075de2eb
commit 65797873da

View File

@ -8,9 +8,11 @@ from starlette.responses import PlainTextResponse, Response, JSONResponse
__all__ = [ __all__ = [
'HJSONResponse',
'InternalServerErrorResponse', 'InternalServerErrorResponse',
'NotFoundResponse', 'NotFoundResponse',
'NotImplementedResponse', 'NotImplementedResponse',
'ORJSONResponse',
'PlainTextResponse', 'PlainTextResponse',
'UnauthorizedResponse'] 'UnauthorizedResponse']