Skip to content

Commit

Permalink
Upgrade yapf; format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lossyrob committed Jan 15, 2021
1 parent bb00e73 commit 5078168
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stactools_core/stactools/core/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def merge_items(source_item,
if move_assets:
asset_href = asset.get_absolute_href()
new_asset_href = move_asset_file_to_item(
target_item,
asset_href,
ignore_conflicts=ignore_conflicts)
target_item, asset_href, ignore_conflicts=ignore_conflicts)
else:
asset_href = asset.get_absolute_href()
if not is_absolute_href(asset.href):
Expand Down

0 comments on commit 5078168

Please sign in to comment.