Skip to content

Commit 0e1d892

Browse files
authored
Merge pull request microsoft#12 from yashsahugtx/patch-1
removed multi line comment
2 parents cc2a69a + 0610693 commit 0e1d892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_app/webapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Entry point for the application."""
1+
# Entry point for the application.
22
from . import app # For application discovery by the 'flask' command.
33
from . import views # For import side-effects of setting up routes.
44

0 commit comments

Comments
 (0)