Skip to content

Commit

Permalink
missing :
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Dec 2, 2019
1 parent 165a465 commit a770e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def str_to_gender(_value):
_value = _value.lower()
if _value == "male" or _value == "female":
return True
else
else:
return False


Expand Down

0 comments on commit a770e44

Please sign in to comment.