Skip to content

Commit

Permalink
Merge pull request #5 from griffinb/api
Browse files Browse the repository at this point in the history
fix(user): change to throw useful exception
  • Loading branch information
umermansoor committed Dec 9, 2015
2 parents 160ddbf + 841a39f commit a8e84cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def user_suggested(username):
:param username:
:return: Suggested movies
"""
pass
raise NotImplementedError()


if __name__ == "__main__":
Expand Down

0 comments on commit a8e84cc

Please sign in to comment.