mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Import WSGIDecorator under connexion.decorators (#1768)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
"""
|
||||
This module defines decorators which Connexion uses to wrap user provided view functions.
|
||||
"""
|
||||
from .main import ASGIDecorator, FlaskDecorator, StarletteDecorator # noqa
|
||||
from .main import ( # noqa
|
||||
ASGIDecorator,
|
||||
FlaskDecorator,
|
||||
StarletteDecorator,
|
||||
WSGIDecorator,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user