Skip to content

Commit eb00ccd

Browse files
committed
Fixed flake8 validation
1 parent 5b26ccd commit eb00ccd

File tree

1 file changed

+0
-1
lines changed
  • tests/endtoend/servicebus_functions/servicebus_functions_stein

1 file changed

+0
-1
lines changed

tests/endtoend/servicebus_functions/servicebus_functions_stein/function_app.py

-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,3 @@ def get_servicebus_triggered_batch(req: func.HttpRequest,
104104
file: func.InputStream) -> str:
105105
return func.HttpResponse(
106106
file.read().decode('utf-8'), mimetype='application/json')
107-

0 commit comments

Comments
 (0)