Skip to content

Commit 8f5b32a

Browse files
committed
Fixed flake8 errors
1 parent 2ed1654 commit 8f5b32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure_functions_worker/dispatcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ async def _handle__functions_metadata_request(self, request):
320320
for func in indexed_functions:
321321
function_log = "Function Name: {}, Function Binding: {}" \
322322
.format(func.get_function_name(),
323-
[(binding.type, binding.name) for binding in
324-
func.get_bindings()])
323+
[(binding.type, binding.name) for binding in
324+
func.get_bindings()])
325325
indexed_function_logs.append(function_log)
326326

327327
logger.info(

0 commit comments

Comments
 (0)