wip: docs

This commit is contained in:
Jakub Miazek
2024-02-17 12:21:55 +01:00
parent 45e1c3d5a8
commit e65b57e7ad
2 changed files with 11 additions and 15 deletions

View File

@@ -75,8 +75,6 @@ async def import_nonsense(
HTTPException: If an error occurs during the process (either a SQLAlchemy error or an HTTP exception),
the function rolls back the session and raises an HTTP exception with a 422 status code.
"""
try:
# Read the uploaded file into bytes
file_bytes = await xlsx.read()