Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Sep 27, 2023
1 parent a04ce00 commit fd676da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dandiapi/api/services/asset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ def change_asset(
new_metadata_stripped = Asset.strip_metadata(new_metadata)

if not asset.is_different_from(
asset_blob=new_asset_blob, zarr_archive=new_zarr_archive, metadata=new_metadata_stripped, path=path
asset_blob=new_asset_blob,
zarr_archive=new_zarr_archive,
metadata=new_metadata_stripped,
path=path,
):
return asset, False

Expand Down

0 comments on commit fd676da

Please sign in to comment.