Skip to content

Commit 1c08f24

Browse files
author
Victoria Hall
committed
formatting
1 parent f298073 commit 1c08f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure_functions_worker/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
PYTHON_THREADPOOL_THREAD_COUNT,
3939
PYTHON_THREADPOOL_THREAD_COUNT_DEFAULT,
4040
PYTHON_THREADPOOL_THREAD_COUNT_MAX_37,
41-
PYTHON_THREADPOOL_THREAD_COUNT_MIN
41+
PYTHON_THREADPOOL_THREAD_COUNT_MIN,
4242
)
4343
from .extension import ExtensionManager
4444
from .http_v2 import (

azure_functions_worker/utils/app_setting_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
FUNCTIONS_WORKER_SHARED_MEMORY_DATA_TRANSFER_ENABLED,
88
PYTHON_ENABLE_DEBUG_LOGGING,
99
PYTHON_ENABLE_INIT_INDEXING,
10+
PYTHON_ENABLE_OPENTELEMETRY,
1011
PYTHON_ENABLE_WORKER_EXTENSIONS,
1112
PYTHON_ENABLE_WORKER_EXTENSIONS_DEFAULT,
1213
PYTHON_ENABLE_WORKER_EXTENSIONS_DEFAULT_39,
1314
PYTHON_ISOLATE_WORKER_DEPENDENCIES,
1415
PYTHON_ROLLBACK_CWD_PATH,
1516
PYTHON_SCRIPT_FILE_NAME,
1617
PYTHON_THREADPOOL_THREAD_COUNT,
17-
PYTHON_ENABLE_OPENTELEMETRY
1818
)
1919

2020

0 commit comments

Comments
 (0)