Skip to content

Commit b5c4711

Browse files
committed
lint
1 parent 5a1bf82 commit b5c4711

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

workers/azure_functions_worker/bindings/meta.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ def load_binding_registry() -> None:
8282
DEFERRED_BINDING_REGISTRY = clients.get_binding_registry()
8383
except ImportError:
8484
logger.debug('Base extension not found. '
85-
'Python version: 3.%s, Sys path: %s, '
86-
'Sys Module: %s, python-packages Path exists: %s.',
87-
sys.version_info.minor, sys.path,
88-
sys.modules, os.path.exists(CUSTOMER_PACKAGES_PATH))
85+
'Python version: 3.%s, Sys path: %s, '
86+
'Sys Module: %s, python-packages Path exists: %s.',
87+
sys.version_info.minor, sys.path,
88+
sys.modules, os.path.exists(CUSTOMER_PACKAGES_PATH))
8989

9090

9191
def get_binding(bind_name: str,

workers/azure_functions_worker/dispatcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
PYTHON_SCRIPT_FILE_NAME,
3939
PYTHON_SCRIPT_FILE_NAME_DEFAULT,
4040
PYTHON_THREADPOOL_THREAD_COUNT,
41-
PYTHON_THREADPOOL_THREAD_COUNT_DEFAULT,
4241
PYTHON_THREADPOOL_THREAD_COUNT_MIN,
4342
REQUIRES_ROUTE_PARAMETERS
4443
)

workers/azure_functions_worker/http_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import asyncio
66
import importlib
77
import socket
8-
import sys
98
from typing import Dict
109

1110
from azure_functions_worker.constants import (

0 commit comments

Comments
 (0)