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 """