fix flake8

This commit is contained in:
Kenneth Kehl
2023-11-14 11:13:16 -08:00
parent 22d728f0f8
commit 83dfdc31f2

View File

@@ -26,7 +26,6 @@ from app.utils import hide_from_search_engines
from app.utils.login import is_safe_redirect_url
def _get_access_token(code, state):
client_id = os.getenv("LOGIN_DOT_GOV_CLIENT_ID")
access_token_url = os.getenv("LOGIN_DOT_GOV_ACCESS_TOKEN_URL")