Skip to content

Commit 6fc8d5a

Browse files
committed
removed import
1 parent 57ba13d commit 6fc8d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/functions/_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import typing
99

1010
from azure.functions._thirdparty.werkzeug.datastructures import Headers
11-
from werkzeug.wrappers import Request, Response
11+
# from werkzeug.wrappers import Request, Response
1212

1313
T = typing.TypeVar('T')
1414

0 commit comments

Comments
 (0)