remove gspread

This commit is contained in:
2024-05-17 12:50:43 +02:00
parent 536fd65203
commit 606af2113d
3 changed files with 3 additions and 8 deletions

View File

@@ -1,9 +1,7 @@
from fastapi import APIRouter, HTTPException, Security
from fastapi import APIRouter
from app.models import Song
from app.sql_models import SqlSong, SqlVote
from app.dependencies import session
from app.routers.user import get_current_user, User
from typing import Annotated
router = APIRouter(
prefix="/songs",