Sort all files

This commit is contained in:
Jacob Windsor
2025-02-19 16:59:34 +01:00
parent 4f71f9507b
commit e5e8a6474f
12 changed files with 41 additions and 41 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
from fastapi import Request, Depends
from typing import Annotated
from ..settings import get_settings
from fastapi import Depends, Request
from ..repositories.user_repository import UserRepository
from ..settings import get_settings
async def authenticate(