Skip to content

Commit

Permalink
fix pylint #35
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Dec 9, 2024
1 parent 3f70a32 commit 1279a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/services/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from bson import ObjectId
from fastapi import UploadFile

from object_storage_api.core.exceptions import InvalidObjectIdError, MissingRecordError
from object_storage_api.core.exceptions import InvalidObjectIdError
from object_storage_api.models.image import ImageIn, ImageOut
from object_storage_api.schemas.image import (
ImageMetadataSchema,
Expand Down

0 comments on commit 1279a82

Please sign in to comment.