Skip to content

Commit

Permalink
Fix example py_in file
Browse files Browse the repository at this point in the history
Originaly, there is a comment line at the end of the file that will
cause problem during running make. This commit just remove the last
comment line.

Closes apache#175
  • Loading branch information
Jingyi authored and orhankislal committed Aug 31, 2017
1 parent 5b155c0 commit 6f99dbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/hello_world/iterative/simple_logistic.py_in
Expand Up @@ -237,4 +237,3 @@ SELECT * from patients_logregr;
help_string = "No such option. Use {schema_madlib}.logregr_simple_train('help')"

return help_string.format(schema_madlib=schema_madlib)
# ------------------------------------------------------------------------

0 comments on commit 6f99dbe

Please sign in to comment.