Skip to content

Commit

Permalink
testwebhook
Browse files Browse the repository at this point in the history
  • Loading branch information
mvieitesdiaz committed Jul 14, 2020
1 parent a3b3778 commit e5b76be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd

def predict(data):
""" get two colums from `df` and returns the predicted ouput as a column (pd.Series)"""
""" get two colums from `df` and returns the predicted ouput as a column (pd.Series) """
result = data['col1'] + data['col2']
return result

Expand Down

0 comments on commit e5b76be

Please sign in to comment.