mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-16 11:20:58 +08:00
Minor style fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user