[lint] fix warnings not autofixed by ruff
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
from fastapi import APIRouter, Depends, HTTPException
|
||||
from sqlalchemy import exc
|
||||
from sqlmodel import Session, select
|
||||
|
||||
from app.model.models import *
|
||||
from app.model.models import Card
|
||||
from app.services.auth import auth_is_admin
|
||||
from app.services.database import add_and_refresh, get_session
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
debug_router = APIRouter(
|
||||
prefix="/api/v1/debug",
|
||||
tags=["Debug items - maybe dont show this in UI"],
|
||||
|
||||
Reference in New Issue
Block a user