Skip to content

Commit 4046e2e

Browse files
author
Evan Roman
committed
order
1 parent e849e80 commit 4046e2e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

azure/functions/_sql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under the MIT License.
33
import abc
44
import collections
5+
56
from ._jsonutils import json
67

78

azure/functions/http.py

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

99
from azure.functions import _abc as azf_abc
1010
from azure.functions import _http as azf_http
11-
from ._jsonutils import json
1211
from . import meta
12+
from ._jsonutils import json
1313
from werkzeug.datastructures import Headers
1414

1515

azure/functions/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from typing import Any, List
77

88
from . import meta
9+
from ._jsonutils import json
910

1011
from ._kafka import AbstractKafkaEvent
11-
from ._jsonutils import json
1212

1313

1414
class KafkaEvent(AbstractKafkaEvent):

0 commit comments

Comments
 (0)