diff --git a/backend/endpoints/auth.py b/backend/endpoints/auth.py index 7c820184a..786acea9b 100644 --- a/backend/endpoints/auth.py +++ b/backend/endpoints/auth.py @@ -1,5 +1,5 @@ from datetime import datetime, timedelta, timezone -from typing import Annotated, Final, Optional +from typing import Annotated, Optional from urllib.parse import urlencode from fastapi import Body, Depends, HTTPException, Request, status