Skip to content

Commit 6c668dd

Browse files
committed
Linting fix
1 parent 68da725 commit 6c668dd

File tree

1 file changed

+1
-1
lines changed
  • tests/endtoend/blueprint_functions/functions_in_blueprint_only

1 file changed

+1
-1
lines changed

tests/endtoend/blueprint_functions/functions_in_blueprint_only/blueprint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def http_func(req: func.HttpRequest) -> func.HttpResponse:
3838
time.sleep(1)
3939

4040
current_time = datetime.now().strftime("%H:%M:%S")
41-
return func.HttpResponse(f"{current_time}")
41+
return func.HttpResponse(f"{current_time}")

0 commit comments

Comments
 (0)