PEP8 Cleanup on Twitter Endpoints

This commit is contained in:
Michael Helmick 2012-03-06 16:58:27 -05:00
parent 5cd1129098
commit e3d9ed656b

View file

@ -26,7 +26,7 @@ api_table = {
'method': 'GET', 'method': 'GET',
}, },
'endSession' : { 'endSession': {
'url': '/account/end_session.json', 'url': '/account/end_session.json',
'method': 'POST', 'method': 'POST',
}, },