Skip to content

Commit

Permalink
black 2024 update (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>
  • Loading branch information
jayqi and jayqi committed Jan 29, 2024
1 parent f06f7ed commit eeb1e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cyfi/data/satellite_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ def _generate_candidate_metadata_for_sample(

sample_map = {
sample_id: {
"sentinel_item_ids": sample_items_meta.item_id.tolist()
if len(sample_items_meta) > 0
else []
"sentinel_item_ids": (
sample_items_meta.item_id.tolist() if len(sample_items_meta) > 0 else []
)
}
}

Expand Down
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black
black>=24.1.0
flake8

0 comments on commit eeb1e05

Please sign in to comment.