From eb70a19422cbea6f532df03c8be454054fe8d675 Mon Sep 17 00:00:00 2001 From: Daniele Tria Date: Fri, 13 Dec 2024 17:06:30 +0100 Subject: [PATCH] fix: ruff check --- api/app/services/file_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/services/file_service.py b/api/app/services/file_service.py index 116118b3..601db2a7 100644 --- a/api/app/services/file_service.py +++ b/api/app/services/file_service.py @@ -1,9 +1,9 @@ from copy import deepcopy import datetime +from io import BytesIO import json import logging import pathlib -from io import BytesIO from typing import List, Optional from uuid import UUID, uuid4