From 80a0ddcbfcd89c156d6cce65bb6275bdf35c061e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Mar 2026 09:36:54 +0000 Subject: [PATCH] style: apply ruff auto-fix - Auto-formatted code with ruff format - Applied ruff linting fixes with --fix Co-authored-by: github-actions[bot] --- app/api/files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/files.py b/app/api/files.py index 06435c9e..05606167 100644 --- a/app/api/files.py +++ b/app/api/files.py @@ -1,4 +1,5 @@ import aiofiles + """ File-related API endpoints """