File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -301,8 +301,8 @@ async def _handle__worker_init_request(self, request):
301
301
# dictionary which will be later used in the invocation request
302
302
bindings .load_binding_registry ()
303
303
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.
306
306
raise AttributeError ("BINDING_REGISTRY is None." )
307
307
308
308
if is_envvar_true (PYTHON_ENABLE_INIT_INDEXING ):
@@ -642,8 +642,8 @@ async def _handle__function_environment_reload_request(self, request):
642
642
# reload_customer_libraries call clears the registry
643
643
bindings .load_binding_registry ()
644
644
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.
647
647
raise AttributeError ("BINDING_REGISTRY is None." )
648
648
649
649
if is_envvar_true (PYTHON_ENABLE_INIT_INDEXING ):
You can’t perform that action at this time.
0 commit comments