Skip to content

Commit

Permalink
Add no-cover meta for disabled storage
Browse files Browse the repository at this point in the history
  • Loading branch information
hv0905 committed Jul 3, 2024
1 parent e8430cc commit 76ef675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/storage/disabled_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
LocalFilePathType


class DisabledStorage(BaseStorage):
class DisabledStorage(BaseStorage): # pragma: no cover
async def size(self, remote_file: RemoteFilePathType) -> int:
raise NotImplementedError

Expand Down

0 comments on commit 76ef675

Please sign in to comment.