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 8636c1f commit a3b3778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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 a3b3778

Please sign in to comment.