Skip to content

Commit

Permalink
Style for items
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Aug 24, 2011
1 parent f4a23c2 commit 9ebe702
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions social_auth/backends/facebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ def user_data(self, access_token):
@classmethod
def enabled(cls):
"""Return backend enabled status by checking basic settings"""
return all(hasattr(settings, name) for name in
('FACEBOOK_APP_ID',
'FACEBOOK_API_SECRET'))
return all(hasattr(settings, name) for name in ('FACEBOOK_APP_ID',
'FACEBOOK_API_SECRET'))


# Backend definition
Expand Down

0 comments on commit 9ebe702

Please sign in to comment.