Skip to content

Commit 0937cd3

Browse files
committed
lint
1 parent f9e6952 commit 0937cd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure_functions_worker/dispatcher.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ async def _handle__worker_init_request(self, request):
301301
# dictionary which will be later used in the invocation request
302302
bindings.load_binding_registry()
303303
if bindings.meta.BINDING_REGISTRY is None:
304-
# If BINDING_REGISTRY is None, azure-functions hasn't been loaded
305-
# in correctly.
304+
# If BINDING_REGISTRY is None, azure-functions hasn't
305+
# been loaded in correctly.
306306
raise AttributeError("BINDING_REGISTRY is None.")
307307

308308
if is_envvar_true(PYTHON_ENABLE_INIT_INDEXING):
@@ -642,8 +642,8 @@ async def _handle__function_environment_reload_request(self, request):
642642
# reload_customer_libraries call clears the registry
643643
bindings.load_binding_registry()
644644
if bindings.meta.BINDING_REGISTRY is None:
645-
# If BINDING_REGISTRY is None, azure-functions hasn't been loaded
646-
# in correctly.
645+
# If BINDING_REGISTRY is None, azure-functions hasn't
646+
# loaded in correctly.
647647
raise AttributeError("BINDING_REGISTRY is None.")
648648

649649
if is_envvar_true(PYTHON_ENABLE_INIT_INDEXING):

0 commit comments

Comments
 (0)