mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Remove brace from Python sample
Suggsted in #756 Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user