Linting fixies

This commit is contained in:
Jonas Linter
2025-10-10 10:21:13 +02:00
parent 2c54303189
commit 5b91608577
4 changed files with 40 additions and 16 deletions

View File

@@ -580,6 +580,7 @@ async def handle_xml_upload(
credentials_tupel: tuple = Depends(validate_basic_auth),
):
"""Endpoint for receiving XML files for conversion processing via PUT.
Requires basic authentication and saves XML files to log directory.
Supports gzip compression via Content-Encoding header.