mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Remove braces for Python sample
Suggested by community member in an un-merged PR. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -6,6 +6,6 @@ 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()
|
||||||
print(st)
|
print(st)
|
||||||
|
Reference in New Issue
Block a user