Skip to content

Commit 21835ab

Browse files
committed
refactor: remove unused traceback import in s3_service.py
1 parent 4ea3e96 commit 21835ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • libs/admin-api-lib/src/admin_api_lib/impl/file_services

libs/admin-api-lib/src/admin_api_lib/impl/file_services/s3_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Class to handle I/O with S3 storage."""
22

33
import logging
4-
import traceback
54
from pathlib import Path
65
from typing import BinaryIO
76

0 commit comments

Comments
 (0)