Style fixes

This commit is contained in:
Joseph Schorr 2017-02-16 14:50:44 -05:00
parent cc4258c015
commit 0167e1e7bf
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
import datetime
import pytest
from data import model

View file

@ -151,7 +151,7 @@ def _attach_service(login_service, user_obj, lid, lusername):
service username.
"""
metadata = {
'service_username': lusername
'service_username': lusername,
}
try:
@ -183,7 +183,7 @@ def _register_service(login_service):
# Conduct login.
metadata = {
'service_username': lusername
'service_username': lusername,
}
result = _conduct_oauth_login(authentication, login_service, lid, lusername, lemail,