Skip to content

Commit d0a8068

Browse files
committed
lint
1 parent c556ed9 commit d0a8068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workers/azure_functions_worker/dispatcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ def tp_max_workers_validator(value: str) -> bool:
990990
if sys.version_info.minor <= 7:
991991
max_workers = min(int(max_workers),
992992
PYTHON_THREADPOOL_THREAD_COUNT_MAX_37)
993+
993994
# We can box the app setting as int for earlier python versions.
994995
return int(max_workers) if max_workers else None
995996

0 commit comments

Comments
 (0)