fix: remove unnecessary blank line in JWT error test file

This commit is contained in:
2025-01-21 21:08:56 +08:00
parent acf0402336
commit c6e3fdc63e
-1
View File
@@ -10,7 +10,6 @@ from app.api.api_router import api_router
from app.core.security.jwt import create_jwt_token
from app.models import User
authorized_routes = [route for route in api_router.routes if "users" in route.tags]