aboutsummaryrefslogtreecommitdiff
path: root/app/routes/refresh_route.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-04 23:57:29 -0600
committerParker <contact@pkrm.dev>2024-11-04 23:57:29 -0600
commitc51440e0f54dfbe356f3230f8e9226629b8e41ca (patch)
tree6395587b6b44ff90fea44f5cde79f8cab890e593 /app/routes/refresh_route.py
parente9d877c0ad4c1e2516a0ae64edb937ec64a42fdd (diff)
User routes + some updates
Diffstat (limited to 'app/routes/refresh_route.py')
-rw-r--r--app/routes/refresh_route.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/routes/refresh_route.py b/app/routes/refresh_route.py
index 6bc8797..a8b7a5c 100644
--- a/app/routes/refresh_route.py
+++ b/app/routes/refresh_route.py
@@ -1,5 +1,4 @@
from fastapi import Depends, APIRouter
-from fastapi.responses import RedirectResponse
from datetime import timedelta
from typing import Annotated