From 0610693a184c6144717946217f26fb2699b0f709 Mon Sep 17 00:00:00 2001 From: yashsahugtx <44510708+yashsahugtx@users.noreply.github.com> Date: Sat, 27 Oct 2018 13:54:21 +0530 Subject: [PATCH] removed multi line comment --- hello_app/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_app/webapp.py b/hello_app/webapp.py index c76b9bcb3..56386def8 100644 --- a/hello_app/webapp.py +++ b/hello_app/webapp.py @@ -1,4 +1,4 @@ -"""Entry point for the application.""" +# Entry point for the application. from . import app # For application discovery by the 'flask' command. from . import views # For import side-effects of setting up routes.