Skip to content

Commit 3275599

Browse files
nuclearcatclaude
andcommitted
Fix ruff import grouping in api/auth.py
Remove extra blank line between third-party imports to satisfy ruff isort rules. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a33bb9d commit 3275599

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from typing import Optional
1010

1111
import jwt as pyjwt
12-
1312
from fastapi_users import exceptions, models
1413
from fastapi_users.authentication import (
1514
AuthenticationBackend,

0 commit comments

Comments
 (0)