Fix code style

This commit is contained in:
Rebecca Law
2017-10-18 13:17:52 +01:00
parent 4ca6fbc724
commit 4ac2dc3606
2 changed files with 1 additions and 3 deletions

View File

@@ -107,5 +107,3 @@ def _raise_when_no_default(old_default):
# check that the update is not updating the only default to false
if not old_default:
raise Exception("You must have at least one letter contact as the default.", 400)