Skip to content
Snippets Groups Projects
Commit f23d90d4 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Remove braces for Python sample


Suggested by community member in an un-merged PR.

Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
parent 099362b5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ def get_stdin():
buf = buf + line
return buf
if(__name__ == "__main__"):
if __name__ == "__main__":
st = get_stdin()
print(st)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment