(fix:s3) processor func

This commit is contained in:
ManishMadan2882
2025-04-17 02:36:55 +05:30
parent 0a0e16547e
commit 9454150f7d
2 changed files with 21 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
"""Base storage class for file system abstraction."""
from abc import ABC, abstractmethod
from typing import BinaryIO, List, Optional, Callable
from typing import BinaryIO, List, Callable
class BaseStorage(ABC):