diff --git a/endpoints/api/__init__.py b/endpoints/api/__init__.py index 1b424aaca..9c454f4a2 100644 --- a/endpoints/api/__init__.py +++ b/endpoints/api/__init__.py @@ -21,7 +21,7 @@ from auth import scopes from auth.auth_context import get_authenticated_user, get_validated_oauth_token from auth.auth import process_oauth from endpoints.csrf import csrf_protect -from endpoints.exception import ApiException, Unauthorized, InvalidRequest, InvalidResponse +from endpoints.exception import ApiException, Unauthorized, InvalidRequest, InvalidResponse, FreshLoginRequired from endpoints.decorators import check_anon_protection from util.saas.metricqueue import time_decorator from util.pagination import encrypt_page_token, decrypt_page_token