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 e849e80 commit 4046e2eCopy full SHA for 4046e2e
azure/functions/_sql.py
@@ -2,6 +2,7 @@
2
# Licensed under the MIT License.
3
import abc
4
import collections
5
+
6
from ._jsonutils import json
7
8
azure/functions/http.py
@@ -8,8 +8,8 @@
9
from azure.functions import _abc as azf_abc
10
from azure.functions import _http as azf_http
11
-from ._jsonutils import json
12
from . import meta
+from ._jsonutils import json
13
from werkzeug.datastructures import Headers
14
15
azure/functions/kafka.py
@@ -6,9 +6,9 @@
from typing import Any, List
from ._kafka import AbstractKafkaEvent
class KafkaEvent(AbstractKafkaEvent):
0 commit comments