diff --git a/app/Services/storage/disabled_storage.py b/app/Services/storage/disabled_storage.py index fa67482..902b231 100644 --- a/app/Services/storage/disabled_storage.py +++ b/app/Services/storage/disabled_storage.py @@ -5,7 +5,7 @@ LocalFilePathType -class DisabledStorage(BaseStorage): +class DisabledStorage(BaseStorage): # pragma: no cover async def size(self, remote_file: RemoteFilePathType) -> int: raise NotImplementedError