Changes to trigger jenkins

This commit is contained in:
jaksrini 2019-05-26 14:58:11 -07:00
parent 401cf815c1
commit 55d2260519

View file

@ -16,7 +16,7 @@ def conv(value):
except ValueError:
return str(value)
# The 'add2' function itself Yup Yup
# The 'add2' function itself Yup Yup Yup
def add2(arg1, arg2):
# Convert 'arg1' and 'arg2' to their appropriate types
arg1conv = conv(arg1)