clean up for linters
This commit is contained in:
@@ -273,8 +273,4 @@ SOCIALACCOUNT_FORMS = {"signup": "benchcoach.users.forms.UserSocialSignupForm"}
|
||||
# Your stuff...
|
||||
# ------------------------------------------------------------------------------
|
||||
INSTALLED_APPS += ["teamsnap", "instagen"]
|
||||
SOCIALACCOUNT_PROVIDERS = {
|
||||
'teamsnap': {
|
||||
'SCOPE': ["read", "write"]
|
||||
}
|
||||
}
|
||||
SOCIALACCOUNT_PROVIDERS = {"teamsnap": {"SCOPE": ["read", "write"]}}
|
||||
|
||||
Reference in New Issue
Block a user