Minor style fixes

This commit is contained in:
Eskil Heyn Olsen
2013-01-06 14:40:09 -08:00
parent 075ccf6a82
commit 675b29b4fe
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from tests import SecurityTest
def compare_user(a, b):
""" Helper to compare two users."""
"""Helper to compare two users."""
return a.id == b.id and a.email == b.email and a.password == b.password