Skip to content

Commit 5d7a30d

Browse files
committed
@pcrespov review: unreachable code
1 parent 5194b8c commit 5d7a30d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/storage/src/simcore_service_storage/datcore_dsm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ async def compute_path_total_size(self, user_id: UserID, *, path: Path) -> ByteS
244244
except ValidationError:
245245
# invalid path
246246
return ByteSize(0)
247-
raise NotImplementedError
248247

249248
async def list_files(
250249
self,

0 commit comments

Comments
 (0)