Skip to content

Commit 3608c23

Browse files
committed
feedback
1 parent 142b5ce commit 3608c23

File tree

1 file changed

+1
-2
lines changed
  • azure_functions_worker/bindings

1 file changed

+1
-2
lines changed

azure_functions_worker/bindings/meta.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
import sys
55
import typing
66

7-
from azure_functions_worker.constants import HTTP, HTTP_TRIGGER
87

98
from .. import protos
109
from . import datumdef
1110
from . import generic
1211

1312
from .shared_memory_data_transfer import SharedMemoryManager
1413
from ..http_v2 import HttpV2Registry
15-
from ..constants import CUSTOMER_PACKAGES_PATH
14+
from ..constants import CUSTOMER_PACKAGES_PATH, HTTP, HTTP_TRIGGER
1615
from ..logging import logger
1716

1817

0 commit comments

Comments
 (0)