UPDATE: final cleanup of backend code

This commit is contained in:
white
2025-03-02 16:01:22 +00:00
parent fc934a57ff
commit 7d08432a60
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
from database.database import Database
from typing import Optional, List
def get_user_preferred_category(user_id: int) -> Optional[int]:
"""
Queries user_preferences database to find users favourite streaming category and returns the category