mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 12:36:40 +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
|
buf = buf + line
|
||||||
return buf
|
return buf
|
||||||
|
|
||||||
if(__name__ == "__main__"):
|
if __name__ == "__main__":
|
||||||
st = get_stdin()
|
st = get_stdin()
|
||||||
blob = TextBlob(st)
|
blob = TextBlob(st)
|
||||||
res = {
|
res = {
|
||||||
|
Reference in New Issue
Block a user