We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9606bef commit 57ba13dCopy full SHA for 57ba13d
azure/functions/_abc.py
@@ -8,7 +8,7 @@
8
import typing
9
10
from azure.functions._thirdparty.werkzeug.datastructures import Headers
11
-from werkzeug.datastructures import Headers as test
+from werkzeug.wrappers import Request, Response
12
13
T = typing.TypeVar('T')
14
0 commit comments