Skip to content

Commit

Permalink
fix: ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
dtria91 committed Dec 13, 2024
1 parent e8e0a52 commit eb70a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/services/file_service.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit eb70a19

Please sign in to comment.