clean up for linters

This commit is contained in:
2022-06-07 19:50:46 -05:00
parent 42d5c452e7
commit 8093d8288e
9 changed files with 78 additions and 82 deletions

View File

@@ -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"]}}