Skip to content

Commit f298073

Browse files
author
Victoria Hall
committed
reordered import statements
1 parent 84a41ed commit f298073

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure_functions_worker/dispatcher.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
from . import bindings, constants, functions, loader, protos
2424
from .bindings.shared_memory_data_transfer import SharedMemoryManager
2525
from .constants import (
26+
APPLICATIONINSIGHTS_CONNECTION_STRING,
2627
METADATA_PROPERTIES_WORKER_INDEXED,
28+
PYTHON_AZURE_MONITOR_LOGGER_NAME,
29+
PYTHON_AZURE_MONITOR_LOGGER_NAME_DEFAULT,
2730
PYTHON_ENABLE_DEBUG_LOGGING,
2831
PYTHON_ENABLE_INIT_INDEXING,
2932
PYTHON_ENABLE_OPENTELEMETRY,
@@ -35,10 +38,7 @@
3538
PYTHON_THREADPOOL_THREAD_COUNT,
3639
PYTHON_THREADPOOL_THREAD_COUNT_DEFAULT,
3740
PYTHON_THREADPOOL_THREAD_COUNT_MAX_37,
38-
PYTHON_THREADPOOL_THREAD_COUNT_MIN,
39-
APPLICATIONINSIGHTS_CONNECTION_STRING,
40-
PYTHON_AZURE_MONITOR_LOGGER_NAME,
41-
PYTHON_AZURE_MONITOR_LOGGER_NAME_DEFAULT
41+
PYTHON_THREADPOOL_THREAD_COUNT_MIN
4242
)
4343
from .extension import ExtensionManager
4444
from .http_v2 import (

0 commit comments

Comments
 (0)