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

Remove brace from Python sample


Suggsted in #756

Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
parent a6ab224a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ def get_stdin():
buf = buf + line
return buf
if(__name__ == "__main__"):
if __name__ == "__main__":
st = get_stdin()
blob = TextBlob(st)
res = {
......
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