From fe4d42e192b29dc95d9523f1880fd82e1d59a95f Mon Sep 17 00:00:00 2001 From: HydroSulphide Date: Thu, 12 Mar 2026 06:55:45 +0100 Subject: [PATCH] removed unused import "Final" --- backend/endpoints/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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