Skip to content

Commit

Permalink
Merge pull request #9 from dandi/fix-typing
Browse files Browse the repository at this point in the history
Fix type-checking failures
  • Loading branch information
jwodder authored Dec 18, 2023
2 parents fd81f38 + db0b565 commit 53478a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backups2datalad/asyncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ async def asset_loop(self, aia: AsyncIterator[RemoteAsset | None]) -> None:
)
downloading = False
else:
assert isinstance(asset, RemoteZarrAsset)
self.nursery.start_soon(
self.process_zarr,
asset,
Expand Down

0 comments on commit 53478a8

Please sign in to comment.