diff options
author | 2018-03-30 10:19:16 +0100 | |
---|---|---|
committer | 2018-03-30 10:19:16 +0100 | |
commit | 4aa6a98945e25a01d37546bf393a2bc5e540f0a8 (patch) | |
tree | 6b56cd1a0ab753a9769a8cf6d3bc42262818bdea /pysite/oauth.py | |
parent | Staff page typo (diff) |
Change to PyCharm imports
Diffstat (limited to 'pysite/oauth.py')
-rw-r--r-- | pysite/oauth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/oauth.py b/pysite/oauth.py index d5a3a15a..ef86aa8a 100644 --- a/pysite/oauth.py +++ b/pysite/oauth.py @@ -5,7 +5,6 @@ from flask import session from flask_dance.consumer.backend import BaseBackend from flask_dance.contrib.discord import discord - from pysite.constants import DISCORD_API_ENDPOINT, OAUTH_DATABASE |